From 8c510cc7c274399b989c79ef4f119fa7da86df01 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 19 Oct 1999 12:11:05 +0000 Subject: [PATCH] [project @ 1999-10-19 12:11:05 by sewardj] Wibble. --- ghc/rts/universal_call_c.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc/rts/universal_call_c.S b/ghc/rts/universal_call_c.S index 19e425c..45b59d6 100644 --- a/ghc/rts/universal_call_c.S +++ b/ghc/rts/universal_call_c.S @@ -5,15 +5,15 @@ * Copyright (c) 1994-1999. * * $RCSfile: universal_call_c.S,v $ - * $Revision: 1.1 $ - * $Date: 1999/10/19 11:03:39 $ + * $Revision: 1.2 $ + * $Date: 1999/10/19 12:11:05 $ * ------------------------------------------------------------------------*/ #include "config.h" #include "options.h" #ifdef INTERPRETER - .file "callfun.S" + .file "universal_call_c.S" #if 0 Implement this. See comment in rts/ForeignCall.c for details. -- 1.7.10.4