mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 02:17:07 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@550 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
#define E_MLOCAL 0x0040 /* Reference to local variable (stack offset) */
|
||||
#define E_MCONST 0x0020 /* Constant value */
|
||||
#define E_MEXPR 0x0010 /* Result is in primary register */
|
||||
#define E_MEOFFS 0x0011 /* Offset is in primary register, base on stack */
|
||||
#define E_MEOFFS 0x0011 /* Base is in primary register, const offset */
|
||||
|
||||
#define E_MCTYPE 0x0007 /* Type of a constant */
|
||||
#define E_TCONST 0x0000 /* Constant */
|
||||
|
||||
Reference in New Issue
Block a user