mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
87909ba75c
commit
9c8cab3814
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue