[lldb] One more attempt to fix thread-step-out-ret-addr-check on windows

This commit is contained in:
Pavel Labath 2019-12-21 13:33:09 +01:00
parent 75e500dd47
commit e192cc1f1b
1 changed files with 1 additions and 0 deletions

View File

@ -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