aboutsummaryrefslogtreecommitdiff
path: root/lpcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lpcode.c')
-rw-r--r--lpcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lpcode.c b/lpcode.c
index 8a68060..1036fdf 100644
--- a/lpcode.c
+++ b/lpcode.c
@@ -526,7 +526,7 @@ static int addoffsetinst (CompileState *compst, Opcode op) {
526/* labeled failure */ 526/* labeled failure */
527static void codethrow (CompileState *compst, TTree *throw) { 527static 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 {