From: Guillermo J. Rozas Date: Sat, 21 Aug 1993 05:24:22 +0000 (+0000) Subject: Lost "end" during the last edit. X-Git-Tag: 20090517-FFI~8024 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=11007ddbea52ce25dd790f7f650a716ade715a93;p=mit-scheme.git Lost "end" during the last edit. --- diff --git a/v7/src/microcode/ntasutl.asm b/v7/src/microcode/ntasutl.asm index ff7d619ab..e80a45875 100644 --- a/v7/src/microcode/ntasutl.asm +++ b/v7/src/microcode/ntasutl.asm @@ -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