diff options
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index ec5f974..cd097d6 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -2566,7 +2566,7 @@ sim_resume (SIM_DESC sd, int step, int siggnal) { if (h8300smode) h8_set_exr (sd, (trace << 7) | intMask); - res = h8_get_exr (sd); + rd = h8_get_exr (sd); } else goto illegal; |