From 83c84182ad03c79200765a43f6cc9b8d5b8abd33 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 20 Nov 2018 10:17:00 +0000 Subject: Formatting changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- coroutine/win32/Context.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coroutine/win32/Context.asm') diff --git a/coroutine/win32/Context.asm b/coroutine/win32/Context.asm index 8fa13831bc..4917faf9d7 100644 --- a/coroutine/win32/Context.asm +++ b/coroutine/win32/Context.asm @@ -19,10 +19,10 @@ push ebx push edi push esi - + ; Save caller stack pointer mov dword ptr [ecx], esp - + ; Restore callee stack pointer mov esp, dword ptr [edx] -- cgit v1.2.3