mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-04 23:55:17 +02:00
woops fix
This commit is contained in:
parent
d3a16e88a7
commit
13bd24a003
1 changed files with 0 additions and 2 deletions
|
@ -284,7 +284,6 @@ RB_METHOD(MiniFFI_call) {
|
|||
// dynamic location than this
|
||||
#else
|
||||
unsigned long ret = 0;
|
||||
unsigned long sp = 0;
|
||||
asm volatile(".intel_syntax noprefix\n"
|
||||
".data\n"
|
||||
"esp_store: .int 0\n"
|
||||
|
@ -296,7 +295,6 @@ RB_METHOD(MiniFFI_call) {
|
|||
"jz call_void\n"
|
||||
"sub ecx, 4\n"
|
||||
"test ecx, ecx\n"
|
||||
"mov esp_store, esp\n"
|
||||
"jz loop_end\n"
|
||||
"loop_start:\n"
|
||||
"mov eax, [esi+ecx]\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue