From 19c0e3aea520d39dffe3b1efb6468340cceee6db Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 1 Oct 2018 09:35:02 +0200 Subject: [PATCH] arm: Link error when compiling for arm with TARGET_NO_AREC --- core/rec-ARM/ngen_arm.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/rec-ARM/ngen_arm.S b/core/rec-ARM/ngen_arm.S index 81294e7e5..a5d7ea4c0 100644 --- a/core/rec-ARM/ngen_arm.S +++ b/core/rec-ARM/ngen_arm.S @@ -198,11 +198,13 @@ bx lr end_ngen_mainloop: @@@@@@@@@@ ngen_mainloop @@@@@@@@@@ +#if FEAT_AREC == DYNAREC_JIT .global CSYM(arm_compilecode) HIDDEN(arm_compilecode) CSYM(arm_compilecode): bl CSYM(CompileCode) b CSYM(arm_dispatch) +#endif #ifdef TARGET_IPHONE Xarm_Reg: .word CSYM(arm_Reg)