From: sewardj Date: Tue, 19 Oct 1999 12:11:05 +0000 (+0000) Subject: [project @ 1999-10-19 12:11:05 by sewardj] X-Git-Tag: Approximately_9120_patches~5687 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8c510cc7c274399b989c79ef4f119fa7da86df01;p=ghc-hetmet.git [project @ 1999-10-19 12:11:05 by sewardj] Wibble. --- 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.