From 34e672ed25f96c3558534ac24523103f3711e58a Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Tue, 16 Mar 2021 22:57:45 +0100 Subject: Simplify open load handling for MIPS and fix other arches Also rewrite a bit memory handlers for smaller functions. --- x86/x86_emit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x86') diff --git a/x86/x86_emit.h b/x86/x86_emit.h index 4839618..67a3dc2 100644 --- a/x86/x86_emit.h +++ b/x86/x86_emit.h @@ -2299,4 +2299,6 @@ void function_cc swi_hle_div(void) generate_update_pc(pc); \ generate_indirect_branch_no_cycle_update(type) \ +void init_emitter(void) {} + #endif -- cgit v1.2.3