From 13bd24a00307fe239a16cd6df497b885df7e34cc Mon Sep 17 00:00:00 2001 From: Struma Date: Mon, 13 Apr 2020 04:03:43 -0400 Subject: [PATCH] woops fix --- binding/miniffi-binding.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/binding/miniffi-binding.cpp b/binding/miniffi-binding.cpp index 780a69b6..aba42828 100644 --- a/binding/miniffi-binding.cpp +++ b/binding/miniffi-binding.cpp @@ -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"