diff options
-rw-r--r-- | sys/arch/i386/stand/libsa/gidt.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/libsa/gidt.S b/sys/arch/i386/stand/libsa/gidt.S index cf119f997cc..c8d05a09685 100644 --- a/sys/arch/i386/stand/libsa/gidt.S +++ b/sys/arch/i386/stand/libsa/gidt.S @@ -1,4 +1,4 @@ -/* $OpenBSD: gidt.S,v 1.21 1998/04/18 07:39:51 deraadt Exp $ */ +/* $OpenBSD: gidt.S,v 1.22 1998/09/16 03:40:32 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -131,7 +131,7 @@ movl %eax, %cr0; \ \ data32; \ - ljmp $S32TEXT, $1f; /* reload %cs flush pipeline */\ + ljmp $S32TEXT, $1f; /* reload %cs,flush pipeline */\ 1: \ /* reload 32bit %ds, %ss, %es */ \ movl $S32DATA, %eax; \ @@ -371,7 +371,7 @@ EMUh: movl %ax, %ds data32 - # movl Leax, %eax + # movl $Leax, %eax .byte 0xb8 3: .long 0x90909090 /* restore %eax */ @@ -398,7 +398,7 @@ intno = . - 1 real2prot - # movl Leax, %eax + # movl $Leax, %eax .byte 0xb8 2: .long 0x90909090 /* eax */ |