summaryrefslogtreecommitdiff
path: root/arm/arm_emit.h
diff options
context:
space:
mode:
authorDavid Guillen Fandos2021-03-16 22:57:45 +0100
committerDavid Guillen Fandos2021-03-16 22:58:58 +0100
commit34e672ed25f96c3558534ac24523103f3711e58a (patch)
treef9adf1475cbaa9621bb22eb02c7452a3b6c62922 /arm/arm_emit.h
parent6b503667ec074c55dbcd689595d8fe03aa17e4a4 (diff)
downloadpicogpsp-34e672ed25f96c3558534ac24523103f3711e58a.tar.gz
picogpsp-34e672ed25f96c3558534ac24523103f3711e58a.tar.bz2
picogpsp-34e672ed25f96c3558534ac24523103f3711e58a.zip
Simplify open load handling for MIPS and fix other arches
Also rewrite a bit memory handlers for smaller functions.
Diffstat (limited to 'arm/arm_emit.h')
-rw-r--r--arm/arm_emit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm/arm_emit.h b/arm/arm_emit.h
index 669d422..a5dc930 100644
--- a/arm/arm_emit.h
+++ b/arm/arm_emit.h
@@ -1933,4 +1933,6 @@ void execute_swi_hle_div_c(void)
generate_update_pc(pc); \
generate_indirect_branch_no_cycle_update(type) \
+void init_emitter(void) {}
+
#endif