fix bad JIT ifdefs
This commit is contained in:
parent
ba978d8275
commit
4dd8ee803f
@ -1685,7 +1685,9 @@ Yap_absmi(int inp)
|
|||||||
/* absmadr */
|
/* absmadr */
|
||||||
if (inp > 0) {
|
if (inp > 0) {
|
||||||
Yap_ABSMI_OPCODES = OpAddress;
|
Yap_ABSMI_OPCODES = OpAddress;
|
||||||
|
#if YAP_JIT
|
||||||
Yap_ABSMI_ControlLabels = control_labels;
|
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