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