diff options
Diffstat (limited to 'gdb/i386-windows-nat.c')
-rw-r--r-- | gdb/i386-windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-windows-nat.c b/gdb/i386-windows-nat.c index 5de297c..5d33945 100644 --- a/gdb/i386-windows-nat.c +++ b/gdb/i386-windows-nat.c @@ -72,5 +72,5 @@ static const int mappings[] = void _initialize_i386_windows_nat (void) { - win32_set_context_register_offsets (mappings); + windows_set_context_register_offsets (mappings); } |