From 53fe697fbd8a1232b3e703c9d93f01ec0f0c8c0e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 2 Oct 1996 17:59:40 +0000 Subject: [PATCH] Fix bug: use of "tiny" memory model causes Watcom linker to produce invalid executable. The memory model is irrelevant here, anyway, since there are no references to memory in this code. --- v7/src/microcode/ntasutl.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/ntasutl.asm b/v7/src/microcode/ntasutl.asm index e80a45875..89101648b 100644 --- a/v7/src/microcode/ntasutl.asm +++ b/v7/src/microcode/ntasutl.asm @@ -1,8 +1,8 @@ ;;; -*-Midas-*- ;;; -;;; $Id: ntasutl.asm,v 1.4 1993/08/21 05:24:22 gjr Exp $ +;;; $Id: ntasutl.asm,v 1.5 1996/10/02 17:59:40 cph Exp $ ;;; -;;; Copyright (c) 1992-1993 Massachusetts Institute of Technology +;;; Copyright (c) 1992-96 Massachusetts Institute of Technology ;;; ;;; This material was developed by the Scheme project at the ;;; Massachusetts Institute of Technology, Department of @@ -38,7 +38,7 @@ ;;; .386 -.model tiny +.model flat .code public _getCS -- 2.25.1