diff options
Diffstat (limited to 'target-sparc/helper.c')
-rw-r--r-- | target-sparc/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sparc/helper.c b/target-sparc/helper.c index 0a2e132c85..14014805d4 100644 --- a/target-sparc/helper.c +++ b/target-sparc/helper.c @@ -1412,7 +1412,7 @@ void cpu_dump_state(CPUState *env, FILE *f, env->psrs?'S':'-', env->psrps?'P':'-', env->psret?'E':'-', env->wim); #endif - cpu_fprintf(f, "fsr: 0x%08x\n", GET_FSR32(env)); + cpu_fprintf(f, "fsr: 0x%08x\n", env->fsr); } #ifdef TARGET_SPARC64 |