Rephrase error message in infcall.c:call_function_by_hand
[deliverable/binutils-gdb.git] / gdb / i386-windows-nat.c
index a22d6e8942796b0f35906a16ec790aefcc4f29de..96b3fe755f53e9ccd5b3337a936a5b3017321284 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -16,7 +16,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "win32-nat.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.025943 seconds and 4 git commands to generate.