From 67c701e1dbeba94f68728886c5f59937826c9d10 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 28 Jul 1992 14:30:04 +0000 Subject: [PATCH] Merge in latest changes (tiny model instead of small). --- v7/src/microcode/doskbutl.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/doskbutl.asm b/v7/src/microcode/doskbutl.asm index e4b2c2577..2147b9daf 100644 --- a/v7/src/microcode/doskbutl.asm +++ b/v7/src/microcode/doskbutl.asm @@ -1,6 +1,6 @@ ;;; -*-Midas-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/doskbutl.asm,v 1.2 1992/05/13 16:49:53 jinx Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/doskbutl.asm,v 1.3 1992/07/28 14:30:04 jinx Exp $ ;;; ;;; Copyright (c) 1992 Massachusetts Institute of Technology ;;; @@ -38,7 +38,7 @@ ;;; .386 -.model small +.model tiny .code ;; Stack on entry to _DOSX_scheme_system_isr -- 2.25.1