mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Fixed broken call_offset_* functions.
This commit is contained in:
@@ -299,10 +299,10 @@ legal:
|
||||
args[0] = 0;
|
||||
} else {
|
||||
__asm {
|
||||
mov eax, args[1];
|
||||
mov edx, args[2];
|
||||
mov ebx, args[3];
|
||||
mov ecx, args[4];
|
||||
mov eax, args[4];
|
||||
mov edx, args[8];
|
||||
mov ebx, args[12];
|
||||
mov ecx, args[16];
|
||||
mov edi, args[0];
|
||||
call edi;
|
||||
mov args[0], eax;
|
||||
|
||||
Reference in New Issue
Block a user