summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/gdbmach.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/gdbmach.h')
-rw-r--r--src/arch/i386/include/gdbmach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/include/gdbmach.h b/src/arch/i386/include/gdbmach.h
index 1a38ccd1..794dab19 100644
--- a/src/arch/i386/include/gdbmach.h
+++ b/src/arch/i386/include/gdbmach.h
@@ -12,7 +12,7 @@
#include <stdint.h>
-typedef uint32_t gdbreg_t;
+typedef unsigned long gdbreg_t;
/* The register snapshot, this must be in sync with interrupt handler and the
* GDB protocol. */