diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-16 03:40:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-16 03:40:33 +0000 |
commit | fe8978ad7e105593a8dcc7143bd6380a5737e6a3 (patch) | |
tree | 1edc131b1fe3e0882d8cf920ca35df7af33a7a6d | |
parent | 86561fd740095399772c3fa98f406f411e48968f (diff) |
fix comments
-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 */ |