ref: 6cbfe36885806fff34fd3d6c0f22d439e9321dc7
parent: 6e1c06a139de53efc75a40734b0feaba60071f16
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Mar 12 15:16:01 EDT 2015
Comment wrong codes in optbl of cc2 These opcodes are duplicated, so we have to comment them until we get the correct value for them.
--- a/cc2/parser.c
+++ b/cc2/parser.c
@@ -373,8 +373,8 @@
['A'] = localvar,
['T'] = localvar,
['G'] = globvar,
- ['P'] = paramvar,
- ['L'] = label,
+// ['P'] = paramvar,
+// ['L'] = label,
['#'] = immediate,
['@'] = unary,
['a'] = unary,