From 11007ddbea52ce25dd790f7f650a716ade715a93 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 21 Aug 1993 05:24:22 +0000 Subject: [PATCH] Lost "end" during the last edit. --- v7/src/microcode/ntasutl.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1