diff options
Diffstat (limited to 'sys/i386/include/gdb_machdep.h')
-rw-r--r-- | sys/i386/include/gdb_machdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/gdb_machdep.h b/sys/i386/include/gdb_machdep.h index 95af8d4..a60ba18 100644 --- a/sys/i386/include/gdb_machdep.h +++ b/sys/i386/include/gdb_machdep.h @@ -30,7 +30,7 @@ #define _MACHINE_GDB_MACHDEP_H_ #define GDB_BUFSZ 400 -#define GDB_NREGS 14 +#define GDB_NREGS 16 #define GDB_REG_PC 8 static __inline size_t |