diff options
author | 1998-09-16 03:40:32 +0000 | |
---|---|---|
committer | 1998-09-16 03:40:32 +0000 | |
commit | 9a7ec1db2a443ec485dff58f038b16996d038993 (patch) | |
tree | c83232dde62c4e402cc5070fddbad38c2979398f | |
parent | deal with version number bump. (diff) | |
download | wireguard-openbsd-9a7ec1db2a443ec485dff58f038b16996d038993.tar.xz wireguard-openbsd-9a7ec1db2a443ec485dff58f038b16996d038993.zip |
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 */ |