mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
8048: Avoid use of @define without value
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
|
||||
# Do not take BS into account when decompiling
|
||||
@define SINGLE_REGISTER_BANK
|
||||
@define SINGLE_REGISTER_BANK ""
|
||||
|
||||
# Treat R0-R7 as not memory mapped (implies SINGLE_REGISTER_BANK)
|
||||
@define INTERNAL_REGISTERS
|
||||
@define INTERNAL_REGISTERS ""
|
||||
|
||||
|
||||
@ifdef INTERNAL_REGISTERS
|
||||
@define SINGLE_REGISTER_BANK
|
||||
@define SINGLE_REGISTER_BANK ""
|
||||
@endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user