Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2003-05-13 23:28:14 +0400
committerStephane Carrez <stcarrez@nerim.fr>2003-05-13 23:28:14 +0400
commite655bfb1c06f2801771e4efc456db2c2cebfcdf9 (patch)
tree6342a7e5c0cd2ec384ec0ffb84213db24f42f6b3 /include/opcode/m68hc11.h
parent939f2fb63da12f16f87bb7b7299f8c68b06c8393 (diff)
* m68hc11.h (M68HC12_BANK_VIRT): Define to 0x010000
Diffstat (limited to 'include/opcode/m68hc11.h')
-rw-r--r--include/opcode/m68hc11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/m68hc11.h b/include/opcode/m68hc11.h
index 5d2fc9bb0..648c23b56 100644
--- a/include/opcode/m68hc11.h
+++ b/include/opcode/m68hc11.h
@@ -378,7 +378,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
#define M6811_OP_HIGH_ADDR 0x01000000 /* Used internally by gas. */
#define M6811_OP_LOW_ADDR 0x02000000
-#define M68HC12_BANK_VIRT 0x01000000
+#define M68HC12_BANK_VIRT 0x010000
#define M68HC12_BANK_MASK 0x00003fff
#define M68HC12_BANK_BASE 0x00008000
#define M68HC12_BANK_SHIFT 14