aboutsummaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r--gdb/go32-nat.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c
index e744235..ae8205e 100644
--- a/gdb/go32-nat.c
+++ b/gdb/go32-nat.c
@@ -93,13 +93,13 @@ save_npx (void)
asm ("inb $0xa0, %%al \n\
testb $0x20, %%al \n\
jz 1f \n\
- xorb %% al, %%al \n\
- outb %% al, $0xf0 \n\
+ xorb %%al, %%al \n\
+ outb %%al, $0xf0 \n\
movb $0x20, %%al \n\
- outb %% al, $0xa0 \n\
- outb %% al, $0x20 \n\
+ outb %%al, $0xa0 \n\
+ outb %%al, $0x20 \n\
1: \n\
- fnsave % 0 \n\
+ fnsave %0 \n\
fwait "
: "=m" (npx)
: /* No input */
@@ -109,9 +109,6 @@ save_npx (void)
/* *INDENT-ON* */
-
-
-
/* ------------------------------------------------------------------------- */
/* Reload the contents of the NPX from the global variable `npx'. */