forked from OSchip/llvm-project
[lldb] One more attempt to fix thread-step-out-ret-addr-check on windows
This commit is contained in:
parent
75e500dd47
commit
e192cc1f1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue