diff options
author | samuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-20 10:17:00 +0000 |
---|---|---|
committer | samuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-20 10:17:00 +0000 |
commit | 83c84182ad03c79200765a43f6cc9b8d5b8abd33 (patch) | |
tree | 6c9e4eb0b14bd25079ccc0b3d715081a3698891b /coroutine/win32/Context.asm | |
parent | 9481461cc338d410e25163638af484c38317029e (diff) |
Formatting changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'coroutine/win32/Context.asm')
-rw-r--r-- | coroutine/win32/Context.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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] |