diff options
author | Pavel Labath <pavel@labath.sk> | 2019-12-21 13:33:09 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-12-21 13:33:42 +0100 |
commit | e192cc1f1bf120712f7c78fcd51645db8918d083 (patch) | |
tree | e4fc4ea0c87f06aead61d896a09e2655a0d7aa3f | |
parent | 75e500dd4713e785f0ca7afc37e7ba206a4391b0 (diff) | |
download | bcm5719-llvm-e192cc1f1bf120712f7c78fcd51645db8918d083.tar.gz bcm5719-llvm-e192cc1f1bf120712f7c78fcd51645db8918d083.zip |
[lldb] One more attempt to fix thread-step-out-ret-addr-check on windows
-rw-r--r-- | lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s b/lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s index 2fb4935b38b..dd4453c64b8 100644 --- a/lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s +++ b/lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s @@ -10,6 +10,7 @@ asm_main: # Executing 'thread step-out' here will initially attempt to write a # breakpoint to that stack address, but should fail because of the executable # memory check. + .globl nonstandard_stub nonstandard_stub: mov (%rsp), %rdi mov (%rdi), %rsi |