diff lwasm/pragma.c @ 115:344cfc25afec

Added initial infrastructure for pragma autobranchlength (suggested by Ebonhand on irc)
author lost@l-w.ca
date Mon, 08 Aug 2011 23:00:27 -0600
parents 38c1537857ce
children b6b8c2645f5c
line wrap: on
line diff
--- a/lwasm/pragma.c	Sun Aug 07 12:41:06 2011 -0600
+++ b/lwasm/pragma.c	Mon Aug 08 23:00:27 2011 -0600
@@ -54,6 +54,7 @@
 	{ "pcaspcr", "nopcaspcr", PRAGMA_PCASPCR },
 	{ "shadow", "noshadow", PRAGMA_SHADOW },
 	{ "nolist", "list", PRAGMA_NOLIST },
+	{ "autobranchlength", "noautobranchlength", PRAGMA_AUTOBRANCHLENGTH },
 	{ 0, 0, 0}
 };