diff options
Diffstat (limited to 'lpcode.c')
-rw-r--r-- | lpcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -526,7 +526,7 @@ static int addoffsetinst (CompileState *compst, Opcode op) { | |||
526 | /* labeled failure */ | 526 | /* labeled failure */ |
527 | static void codethrow (CompileState *compst, TTree *throw) { | 527 | static void codethrow (CompileState *compst, TTree *throw) { |
528 | int recov, aux; | 528 | int recov, aux; |
529 | if (throw->u.s.ps != 0) { | 529 | if (throw->u.ps != 0) { |
530 | recov = addoffsetinst(compst, IThrowRec); | 530 | recov = addoffsetinst(compst, IThrowRec); |
531 | assert(sib2(throw)->tag == TRule); | 531 | assert(sib2(throw)->tag == TRule); |
532 | } else { | 532 | } else { |