diff options
Diffstat (limited to 'target-cris/op_helper.c')
-rw-r--r-- | target-cris/op_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c index 49bcebc4b..a681f84f3 100644 --- a/target-cris/op_helper.c +++ b/target-cris/op_helper.c @@ -189,7 +189,6 @@ void helper_movl_reg_sreg (uint32_t reg, uint32_t sreg) } #endif env->regs[reg] = env->sregs[srs][sreg]; - RETURN(); } static void cris_ccs_rshift(CPUState *env) |