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