Get address sanitizer mostly working
This commit is contained in:
@ -40,6 +40,10 @@ _construct:
|
||||
je 2f
|
||||
push %rax
|
||||
push %rcx
|
||||
mov %r12,%rdi
|
||||
mov %r13,%rsi
|
||||
mov %r14,%rdx
|
||||
mov %r15,%rcx
|
||||
call *(%rax)
|
||||
pop %rcx
|
||||
pop %rax
|
||||
|
||||
Reference in New Issue
Block a user