[project @ 1999-10-19 12:11:05 by sewardj]
authorsewardj <unknown>
Tue, 19 Oct 1999 12:11:05 +0000 (12:11 +0000)
committersewardj <unknown>
Tue, 19 Oct 1999 12:11:05 +0000 (12:11 +0000)
Wibble.

ghc/rts/universal_call_c.S

index 19e425c..45b59d6 100644 (file)
@@ -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.