fix bad JIT ifdefs
This commit is contained in:
parent
ba978d8275
commit
4dd8ee803f
@ -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
|
||||||
|
Reference in New Issue
Block a user