summaryrefslogtreecommitdiff
path: root/arm/arm_emit.h
diff options
context:
space:
mode:
authornotaz2012-09-18 01:30:43 +0300
committernotaz2012-09-18 01:30:43 +0300
commitc95affa70d7025252d63f7d931535f8c10bb483b (patch)
tree67af813c3121f4be6baa6c6ebd335af23b905c58 /arm/arm_emit.h
parent5b5ebfc1db553eac883e3ed8d9936e2e5db201ee (diff)
downloadpicogpsp-c95affa70d7025252d63f7d931535f8c10bb483b.tar.gz
picogpsp-c95affa70d7025252d63f7d931535f8c10bb483b.tar.bz2
picogpsp-c95affa70d7025252d63f7d931535f8c10bb483b.zip
merge an assorment of calc84maniac's fixes.
Diffstat (limited to 'arm/arm_emit.h')
-rw-r--r--arm/arm_emit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm/arm_emit.h b/arm/arm_emit.h
index a770063..587ad28 100644
--- a/arm/arm_emit.h
+++ b/arm/arm_emit.h
@@ -1519,7 +1519,6 @@ u32 execute_store_cpsr_body(u32 _cpsr, u32 store_mask, u32 address)
thumb_decode_##type(); \
u32 __rn = prepare_load_reg(reg_rn, _rs); \
u32 __rd = prepare_store_reg(reg_rd, _rd); \
- generate_load_reg(reg_rn, _rs); \
thumb_generate_op_##op_type(name, _rd, _rs, _rn); \
complete_store_reg(__rd, _rd); \
} \