From: sewardj Date: Wed, 17 Nov 1999 13:19:36 +0000 (+0000) Subject: [project @ 1999-11-17 13:19:36 by sewardj] X-Git-Tag: Approximately_9120_patches~5548 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0c826a2603b362753ebb5250aac90986a6555d9f;p=ghc-hetmet.git [project @ 1999-11-17 13:19:36 by sewardj] cacheprof-related nano-wibble --- 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