From e2a8e1c789a7a769c83a66d6fd2f191b0e465cba Mon Sep 17 00:00:00 2001 From: Sergio Queiroz Date: Thu, 6 Jul 2017 16:01:44 -0300 Subject: Reintroducing the labeled ordered choice (tests without it passed) --- lpvm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lpvm.h') diff --git a/lpvm.h b/lpvm.h index bcfc22f..713626e 100644 --- a/lpvm.h +++ b/lpvm.h @@ -35,7 +35,8 @@ typedef enum Opcode { ICloseCapture, ICloseRunTime, IThrow, /* "fails" with a specific label labeled failure */ - IRecov /* stack a recovery; next fail with label 'f' will jump to 'offset' */ + IRecov, /* stack a recovery; next fail with label 'f' will jump to 'offset' */ + ILabChoice /* stack a choice; next fail with label 'f' will jump to 'offset' */ } Opcode; -- cgit v1.2.3-55-g6feb