fix bad JIT ifdefs

This commit is contained in:
Vítor Santos Costa 2015-02-07 01:08:32 +00:00
parent ba978d8275
commit 4dd8ee803f
1 changed files with 4 additions and 2 deletions

View File

@ -1684,8 +1684,10 @@ Yap_absmi(int inp)
#if USE_THREADED_CODE #if USE_THREADED_CODE
/* absmadr */ /* absmadr */
if (inp > 0) { if (inp > 0) {
Yap_ABSMI_OPCODES = OpAddress; Yap_ABSMI_OPCODES = OpAddress;
Yap_ABSMI_ControlLabels = control_labels; #if YAP_JIT
Yap_ABSMI_ControlLabels = control_labels;
#endif
#if BP_FREE #if BP_FREE
P1REG = PCBACKUP; P1REG = PCBACKUP;
#endif #endif