From fd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea Mon Sep 17 00:00:00 2001 From: Sergio Queiroz Date: Thu, 10 Nov 2016 16:26:11 -0300 Subject: Removing labeled choice, updating testlabel, and disabling an optmization related to Throw --- lpvm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lpvm.h') diff --git a/lpvm.h b/lpvm.h index 3c27027..bcfc22f 100644 --- a/lpvm.h +++ b/lpvm.h @@ -35,7 +35,6 @@ typedef enum Opcode { ICloseCapture, ICloseRunTime, IThrow, /* "fails" with a specific label labeled failure */ - ILabChoice, /* labeled choice */ IRecov /* stack a recovery; next fail with label 'f' will jump to 'offset' */ } Opcode; -- cgit v1.2.3-55-g6feb