From 9fae57963d4f8189b3b4103b4bc1bc6c8632ff28 Mon Sep 17 00:00:00 2001 From: lintbe Date: Thu, 13 Feb 2014 10:26:08 +0100 Subject: [PATCH] removing \t from source file --- src/ca65/instr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca65/instr.h b/src/ca65/instr.h index 201f03802..ead36a0c2 100644 --- a/src/ca65/instr.h +++ b/src/ca65/instr.h @@ -84,7 +84,7 @@ #define AM65_IMM_IMPLICIT 0x00800000UL #define AM65_BLOCKMOVE 0x01000000UL #define AM65_BLOCKXFER 0x02000000UL -#define AM65_ABS_IND_LONG 0x04000000UL +#define AM65_ABS_IND_LONG 0x04000000UL /* Bitmask for all ZP operations that have correspondent ABS ops */ #define AM65_SET_ZP (AM65_DIR | AM65_DIR_X | AM65_DIR_Y | AM65_DIR_IND | AM65_DIR_X_IND) -- 2.39.2