*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / i386-windows-nat.c
index 5de297c57d971ee701600c886411c9568fc7f97d..da756e573b449fffda6305ca7863eb8cbc4dc0af 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "defs.h"
 #include "windows-nat.h"
+#include "i386-nat.h"
 
 #include <windows.h>
 
@@ -72,5 +73,6 @@ static const int mappings[] =
 void
 _initialize_i386_windows_nat (void)
 {
-  win32_set_context_register_offsets (mappings);
+  windows_set_context_register_offsets (mappings);
+  i386_set_debug_register_length (4);
 }
This page took 0.023352 seconds and 4 git commands to generate.