diff options
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/include/db_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/db_machdep.h b/sys/powerpc/include/db_machdep.h index 1230afa..c5568e4 100644 --- a/sys/powerpc/include/db_machdep.h +++ b/sys/powerpc/include/db_machdep.h @@ -39,6 +39,8 @@ #define DB_ELF_SYMBOLS #define DB_ELFSIZE 32 +#define BYTE_MSF (1) + typedef vm_offset_t db_addr_t; /* address - unsigned */ typedef int db_expr_t; /* expression - signed */ |