mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
multi-arch ADDR_BITS_REMOVE.
This commit is contained in:
@@ -55,11 +55,6 @@ struct value;
|
||||
|
||||
#define DEFAULT_MIPS_TYPE "generic"
|
||||
|
||||
/* Remove useless bits from an instruction address. */
|
||||
|
||||
#define ADDR_BITS_REMOVE(addr) mips_addr_bits_remove(addr)
|
||||
CORE_ADDR mips_addr_bits_remove (CORE_ADDR addr);
|
||||
|
||||
/* Remove useless bits from the stack pointer. */
|
||||
|
||||
#define TARGET_READ_SP() ADDR_BITS_REMOVE (read_register (SP_REGNUM))
|
||||
|
||||
Reference in New Issue
Block a user