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.
- [Qemu-devel] How to print value of float instruction argume... Programmingkid
- Re: [Qemu-devel] How to print value of float instructi... Peter Maydell
- Re: [Qemu-devel] How to print value of float instr... Programmingkid