* m68hc11.h: #define E_M68HC11_NO_BANK_WARNING
0x000000200
This commit is contained in:
parent
a7508e4b9f
commit
b8fdb283ea
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ END_RELOC_NUMBERS (R_M68HC11_max)
|
|||
/* XGATE ram offsetting. */
|
||||
#define E_M68HC11_XGATE_RAMOFFSET 0x000000100
|
||||
|
||||
/* Suppress warnings */
|
||||
#define E_M68HC11_NO_BANK_WARNING 0x000000200
|
||||
|
||||
#define EF_M68HC11_MACH_MASK 0xF0
|
||||
#define EF_M68HC11_GENERIC 0x00 /* Generic 68HC12/backward compatibility. */
|
||||
#define EF_M68HC12_MACH 0x10 /* 68HC12 microcontroller. */
|
||||
|
|
Loading…
Reference in a new issue