Define BYTE_MSF if we're compiling a big endian kernel, so that DDB can
correctly disassemble instructions on big endian.
This commit is contained in:
parent
352abf45ed
commit
eb22761b8a
@ -89,4 +89,7 @@ int db_validate_address(vm_offset_t);
|
||||
|
||||
u_int branch_taken (u_int insn, u_int pc);
|
||||
|
||||
#ifdef __ARMEB__
|
||||
#define BYTE_MSF (1)
|
||||
#endif
|
||||
#endif /* !_MACHINE_DB_MACHDEP_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user