Lost "end" during the last edit.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 21 Aug 1993 05:24:22 +0000 (05:24 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 21 Aug 1993 05:24:22 +0000 (05:24 +0000)
v7/src/microcode/ntasutl.asm

index ff7d619ab853b070e03c8f859a59bf5205e6f477..e80a458754afb3aa3ff612a18f0c39cf9b7fb54d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Midas-*-
 ;;;
-;;;    $Id: ntasutl.asm,v 1.3 1993/08/21 02:41:47 gjr Exp $
+;;;    $Id: ntasutl.asm,v 1.4 1993/08/21 05:24:22 gjr Exp $
 ;;;
 ;;;    Copyright (c) 1992-1993 Massachusetts Institute of Technology
 ;;;
@@ -58,3 +58,4 @@ _getSS:
        xor     eax,eax                 ; clear eax
        mov     ax,ss                   ; copy code segment descriptor
        ret
+end