aboutsummaryrefslogtreecommitdiff
path: root/lpcode.c
diff options
context:
space:
mode:
authorSérgio Queiroz <sqmedeiros@gmail.com>2017-12-19 15:03:25 -0300
committerSérgio Queiroz <sqmedeiros@gmail.com>2017-12-19 15:03:25 -0300
commit4cd22aa26a5256009d258e81aa10419199decb39 (patch)
tree746e63cabde72c2e8fd50becb5f023f46e38ddd1 /lpcode.c
parent44d16477a2c412ce9d010e2f793558902ffb737f (diff)
downloadlpeglabel-4cd22aa26a5256009d258e81aa10419199decb39.tar.gz
lpeglabel-4cd22aa26a5256009d258e81aa10419199decb39.tar.bz2
lpeglabel-4cd22aa26a5256009d258e81aa10419199decb39.zip
Updating lpprint and removing label related fields from structs
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 {