diff options
author | Sérgio Queiroz <sqmedeiros@gmail.com> | 2017-12-19 15:03:25 -0300 |
---|---|---|
committer | Sérgio Queiroz <sqmedeiros@gmail.com> | 2017-12-19 15:03:25 -0300 |
commit | 4cd22aa26a5256009d258e81aa10419199decb39 (patch) | |
tree | 746e63cabde72c2e8fd50becb5f023f46e38ddd1 /lpcode.c | |
parent | 44d16477a2c412ce9d010e2f793558902ffb737f (diff) | |
download | lpeglabel-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.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 { |