summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s1
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
OpenPOWER on IntegriCloud