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

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