diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 18:15:54 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 18:15:54 +0000 |
commit | db8d9902041dfe771812862ebf06980333a37468 (patch) | |
tree | 47eaf935dc333f5cc8c631ee71a9851ae4b93469 /target-cris/op_helper.c | |
parent | 49516bc0d622112caac9df628caf19010fda8b67 (diff) |
Remove FORCE_RET() and RETURN()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5923 c046a42c-6fe2-441c-8c8c-71466251a162
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) |