fix bad tabling restore.
This commit is contained in:
parent
15fc06764a
commit
7fddfbc189
@ -190,7 +190,7 @@
|
|||||||
#endif /* YAPOR */
|
#endif /* YAPOR */
|
||||||
#ifdef TABLING
|
#ifdef TABLING
|
||||||
InitOtaplInst(LOAD_ANSWER,_table_load_answer,PredFail);
|
InitOtaplInst(LOAD_ANSWER,_table_load_answer,PredFail);
|
||||||
InitOtaplInst(TRY_ANSWER,_table_try_answer);
|
InitOtaplInst(TRY_ANSWER,_table_try_answer,PredFail);
|
||||||
InitOtaplInst(ANSWER_RESOLUTION,_answer_resolution,PredFail);
|
InitOtaplInst(ANSWER_RESOLUTION,_answer_resolution,PredFail);
|
||||||
InitOtaplInst(COMPLETION,_table_completion,PredFail);
|
InitOtaplInst(COMPLETION,_table_completion,PredFail);
|
||||||
#endif /* TABLING */
|
#endif /* TABLING */
|
||||||
|
@ -190,8 +190,8 @@
|
|||||||
#endif /* YAPOR */
|
#endif /* YAPOR */
|
||||||
#ifdef TABLING
|
#ifdef TABLING
|
||||||
RestoreOtaplInst(LOAD_ANSWER,_table_load_answer);
|
RestoreOtaplInst(LOAD_ANSWER,_table_load_answer);
|
||||||
RestoreOtaplInst(TRY_ANSWER,_table_try_answer,PredFail);
|
RestoreOtaplInst(TRY_ANSWER,_table_try_answer,PredFail,PredFail);
|
||||||
RestoreOtaplInst(ANSWER_RESOLUTION,_answer_bresolution_seq,PredFail);
|
RestoreOtaplInst(ANSWER_RESOLUTION,_answer_resolution,PredFail);
|
||||||
RestoreOtaplInst(COMPLETION,_table_completion,PredFail);
|
RestoreOtaplInst(COMPLETION,_table_completion,PredFail);
|
||||||
#endif /* TABLING */
|
#endif /* TABLING */
|
||||||
|
|
||||||
|
@ -209,8 +209,8 @@ yamop getwork_first_time[1] GETWORK_FIRST_TIME MkInstE _getwork_first_time
|
|||||||
#endif /* YAPOR */
|
#endif /* YAPOR */
|
||||||
#ifdef TABLING
|
#ifdef TABLING
|
||||||
yamop table_load_answer_code[1] LOAD_ANSWER InitOtaplInst(LOAD_ANSWER,_table_load_answer,PredFail) RestoreOtaplInst(LOAD_ANSWER,_table_load_answer)
|
yamop table_load_answer_code[1] LOAD_ANSWER InitOtaplInst(LOAD_ANSWER,_table_load_answer,PredFail) RestoreOtaplInst(LOAD_ANSWER,_table_load_answer)
|
||||||
yamop table_try_answer_code[1] TRY_ANSWER InitOtaplInst(TRY_ANSWER,_table_try_answer) RestoreOtaplInst(TRY_ANSWER,_table_try_answer,PredFail)
|
yamop table_try_answer_code[1] TRY_ANSWER InitOtaplInst(TRY_ANSWER,_table_try_answer,PredFail) RestoreOtaplInst(TRY_ANSWER,_table_try_answer,PredFail,PredFail)
|
||||||
yamop table_answer_resolution_code[1] ANSWER_RESOLUTION InitOtaplInst(ANSWER_RESOLUTION,_answer_resolution,PredFail) RestoreOtaplInst(ANSWER_RESOLUTION,_answer_bresolution_seq,PredFail)
|
yamop table_answer_resolution_code[1] ANSWER_RESOLUTION InitOtaplInst(ANSWER_RESOLUTION,_answer_resolution,PredFail) RestoreOtaplInst(ANSWER_RESOLUTION,_answer_resolution,PredFail)
|
||||||
yamop table_completion_code[1] COMPLETION InitOtaplInst(COMPLETION,_table_completion,PredFail) RestoreOtaplInst(COMPLETION,_table_completion,PredFail)
|
yamop table_completion_code[1] COMPLETION InitOtaplInst(COMPLETION,_table_completion,PredFail) RestoreOtaplInst(COMPLETION,_table_completion,PredFail)
|
||||||
#endif /* TABLING */
|
#endif /* TABLING */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user