From 0c826a2603b362753ebb5250aac90986a6555d9f Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 17 Nov 1999 13:19:36 +0000 Subject: [PATCH] [project @ 1999-11-17 13:19:36 by sewardj] cacheprof-related nano-wibble --- ghc/rts/universal_call_c.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc/rts/universal_call_c.S b/ghc/rts/universal_call_c.S index 928c1bc..5860ef5 100644 --- a/ghc/rts/universal_call_c.S +++ b/ghc/rts/universal_call_c.S @@ -5,8 +5,8 @@ * Copyright (c) 1994-1999. * * $RCSfile: universal_call_c.S,v $ - * $Revision: 1.8 $ - * $Date: 1999/10/29 11:41:12 $ + * $Revision: 1.9 $ + * $Date: 1999/11/17 13:19:36 $ * ------------------------------------------------------------------------*/ #include "config.h" @@ -79,7 +79,7 @@ */ .globl ADD_UNDERSCORE(universal_call_c_x86_ccall) -ADD_UNDERSCORE(universal_call_c_x86_ccall): +ADD_UNDERSCORE(universal_call_c_x86_ccall:) pushl %ebp movl %esp,%ebp pushl %edi @@ -155,7 +155,7 @@ ADD_UNDERSCORE(universal_call_c_x86_ccall): # using ccall. .globl ADD_UNDERSCORE(universal_call_c_x86_stdcall) -ADD_UNDERSCORE(universal_call_c_x86_stdcall): +ADD_UNDERSCORE(universal_call_c_x86_stdcall:) pushl %ebp movl %esp,%ebp pushl %edi -- 1.7.10.4