From 0236af5e658fe418965bf1ce78877b9b6372de7d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 16 Aug 2011 18:42:12 +0300 Subject: dllmgr-x86 expects stdcall-decorated names --- basic/source/runtime/wnt-mingw.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'basic') diff --git a/basic/source/runtime/wnt-mingw.s b/basic/source/runtime/wnt-mingw.s index 8c332c1a8ce8..fcd9f1e8b3be 100755 --- a/basic/source/runtime/wnt-mingw.s +++ b/basic/source/runtime/wnt-mingw.s @@ -27,11 +27,11 @@ .intel_syntax -.globl _DllMgr_call32 -.globl _DllMgr_callFp +.globl _DllMgr_call32@12 +.globl _DllMgr_callFp@12 -_DllMgr_call32: -_DllMgr_callFp: +_DllMgr_call32@12: +_DllMgr_callFp@12: push ebp mov ebp, esp push esi -- cgit