X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2Funiversal_call_c.S;h=5860ef5f42aee6692e65b6874ea1a8e34b45ea46;hb=fbc94fdb74ab98b995c7f96ae28ab15857418c1b;hp=928c1bcbdbcae3a91004861adf0c6a431318b49c;hpb=d2ae51efe07db4d7c003ca90a96fa8578c5c8566;p=ghc-hetmet.git 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