summaryrefslogtreecommitdiff
path: root/basic/source/runtime/wnt-mingw.s
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/wnt-mingw.s')
-rw-r--r--basic/source/runtime/wnt-mingw.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/runtime/wnt-mingw.s b/basic/source/runtime/wnt-mingw.s
index 7868ddd386f0..8c332c1a8ce8 100644
--- a/basic/source/runtime/wnt-mingw.s
+++ b/basic/source/runtime/wnt-mingw.s
@@ -44,8 +44,8 @@ _DllMgr_callFp:
shr ecx, 2
rep movsd
$1: call DWORD PTR [ebp+8]
- ; for extra safety, do not trust esp after call (in case the Basic Declare
- ; signature is wrong):
+ # for extra safety, do not trust esp after call (in case the Basic Declare
+ # signature is wrong):
mov edi, [ebp-8]
mov esi, [ebp-4]
mov esp, ebp