Minor 64-bit System fix

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6924 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-10-07 18:56:03 +00:00
parent b8b89f75a5
commit 0892948657
2 changed files with 15 additions and 13 deletions

View file

@ -513,7 +513,7 @@ params_loop:
cmp dword ptr [eax+esi],2
jne params_default
;# Long type
;# Long type 'L'/'l' (64-bit)
push dword ptr [eax+ebx]
params_default:
@ -782,7 +782,7 @@ FUNC_DECL _RealCallBack
mov dword ptr [ebp-8],ebp
add dword ptr [ebp-8],8
;# Our callback proc
;# Our callback proc is in eax (set by the thunk created in CreateCallback)
mov dword ptr [ebp-4],eax
IFDEF SYSTEM_LOG_DEBUG