diff options
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -34,9 +34,8 @@ typedef enum Opcode { | |||
34 | IOpenCapture, /* start a capture */ | 34 | IOpenCapture, /* start a capture */ |
35 | ICloseCapture, | 35 | ICloseCapture, |
36 | ICloseRunTime, | 36 | ICloseRunTime, |
37 | IThrow, /* "fails" with a specific label labeled failure */ | 37 | IThrow, /* fails with a given label */ |
38 | IThrowRec, /* "fails" with a specific label labeled failure */ | 38 | IThrowRec, /* fails with a given label and call rule at 'offset' */ |
39 | IRecov, /* stack a recovery; next fail with label 'f' will jump to 'offset' */ | ||
40 | ILabChoice /* stack a choice; next fail with label 'f' will jump to 'offset' */ | 39 | ILabChoice /* stack a choice; next fail with label 'f' will jump to 'offset' */ |
41 | } Opcode; | 40 | } Opcode; |
42 | 41 | ||