diff options
Diffstat (limited to 'src/SDCCasm.h')
| -rw-r--r-- | src/SDCCasm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/SDCCasm.h b/src/SDCCasm.h index 4bad706..d1fcdcd 100644 --- a/src/SDCCasm.h +++ b/src/SDCCasm.h @@ -51,11 +51,8 @@ extern const ASM_MAPPINGS asm_asxxxx_mapping; /* The default mapping for small (<16 bit word) Padauk architectures. */ extern const ASM_MAPPINGS asm_asxxxx_smallpdk_mapping; -#if 0 -/* not used */ -extern const ASM_MAPPINGS asm_gas_mapping; -#endif extern const ASM_MAPPINGS asm_a390_mapping; +extern const ASM_MAPPINGS asm_gas_mapping; /** Last entry has szKey = NULL. */ |
