From 952bd4d5b0a601fa373da96960a1043b07650fe7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 9 Nov 1987 21:35:13 +0000 Subject: [PATCH] Stupid typo. --- v7/src/microcode/sysprim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/sysprim.c b/v7/src/microcode/sysprim.c index cec707d3f..d3c0e8b61 100644 --- a/v7/src/microcode/sysprim.c +++ b/v7/src/microcode/sysprim.c @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/sysprim.c,v 9.25 1987/11/09 21:26:16 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/sysprim.c,v 9.26 1987/11/09 21:35:13 cph Rel $ * * Random system primitives. Most are implemented in terms of * utilities in os.c @@ -97,7 +97,7 @@ Built_In_Primitive(Prim_Setup_Timer_Interrupt, 2, Set_Int_Timer(Days, Centi_Seconds); } IntCode &= ~INT_Timer; - New_Compiler_Memtop (); + New_Compiler_MemTop (); PRIMITIVE_RETURN(NIL); } -- 2.25.1