woops fix

This commit is contained in:
Struma 2020-04-13 04:03:43 -04:00 committed by Roza
parent d3a16e88a7
commit 13bd24a003

View file

@ -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"