Commit bf7e23af authored by Milad Farazmand's avatar Milad Farazmand Committed by Commit Bot

S390: Fix a typo within the conservative stack comments

Change-Id: Iaa39a9fd8ee0a80b04c5664328931383545e074b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2144747Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#67097}
parent 445f9ef1
......@@ -25,7 +25,7 @@ asm(".globl PushAllRegistersAndIterateStack \n"
// Pass 2nd parameter (r3) unchanged (StackVisitor*).
// Save 3rd parameter (r4; IterateStackCallback).
" lgr %r5, %r4 \n"
// Pass sp parameter as sp (stack pointer). 160+48 to point
// Pass sp as 3rd parameter. 160+48 to point
// to callee saved region stored above.
" lay %r4, 208(%sp) \n"
// Call the callback.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment