more simplifications on the catch and throw mechanism after
having failed the ISO testset. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@341 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
4
C/save.c
4
C/save.c
@@ -1122,8 +1122,8 @@ restore_codes(void)
|
||||
(PredEntry *)AddrAdjust((ADDR)heap_regs->pred_goal_expansion);
|
||||
heap_regs->pred_meta_call =
|
||||
(PredEntry *)AddrAdjust((ADDR)heap_regs->pred_meta_call);
|
||||
heap_regs->pred_catch =
|
||||
(PredEntry *)AddrAdjust((ADDR)heap_regs->pred_catch);
|
||||
heap_regs->pred_dollar_catch =
|
||||
(PredEntry *)AddrAdjust((ADDR)heap_regs->pred_dollar_catch);
|
||||
heap_regs->pred_throw =
|
||||
(PredEntry *)AddrAdjust((ADDR)heap_regs->pred_throw);
|
||||
heap_regs->pred_handle_throw =
|
||||
|
Reference in New Issue
Block a user