mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-02 07:16:29 +00:00
[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…
x
Reference in New Issue
Block a user