qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] How to print value of float instruction argument


From: Programmingkid
Subject: [Qemu-devel] How to print value of float instruction argument
Date: Sun, 30 Oct 2016 23:13:44 -0400

I'm trying to print the value of the arguments sent to gen_fmadds() in 
target-ppc/translate/fp-impl.inc.c. How do I do this? I have tried 
printf("cpu_fpr[rA(ctx->opcode)] = %d\n", cpu_fpr[rA(ctx->opcode)]), but that 
always prints the same value of 138 even if I change the values sent to fmadds. 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]