diff options
Diffstat (limited to 'lpvm.h')
-rw-r--r-- | lpvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ typedef enum Opcode { | |||
36 | ICloseRunTime, | 36 | ICloseRunTime, |
37 | IThrow, /* fails with a given label */ | 37 | IThrow, /* fails with a given label */ |
38 | IThrowRec, /* fails with a given label and call rule at 'offset' */ | 38 | IThrowRec, /* fails with a given label and call rule at 'offset' */ |
39 | ILabChoice /* stack a choice; next fail with label 'f' will jump to 'offset' */ | ||
40 | } Opcode; | 39 | } Opcode; |
41 | 40 | ||
42 | 41 | ||