tabling would set ap=NULL on producers and SLD nodes. Set SLD trusted nodes to TRUST_FAIL.
This commit is contained in:
parent
59e0f71a7d
commit
93c6e65b7e
@ -881,7 +881,7 @@ Macros to check the limits of stacks
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TABLING
|
#ifdef TABLING
|
||||||
#define TABLING_close_alt(CPTR) (CPTR)->cp_ap = NULL
|
#define TABLING_close_alt(CPTR) (CPTR)->cp_ap = TRUSTFAILCODE
|
||||||
#else
|
#else
|
||||||
#define TABLING_close_alt(CPTR)
|
#define TABLING_close_alt(CPTR)
|
||||||
#endif /* TABLING */
|
#endif /* TABLING */
|
||||||
|
Reference in New Issue
Block a user