Fix Clang support
The amalgamated release is now confirmed to be working with Clang, including its integrated assembler. Fixes #41
This commit is contained in:
@@ -37,5 +37,5 @@
|
||||
/ @return rax is total number of bytes
|
||||
/ @see dlmalloc_usable_size()
|
||||
malloc_usable_size:
|
||||
jmp *hook$malloc_usable_size(%rip)
|
||||
jmp *hook_malloc_usable_size(%rip)
|
||||
.endfn malloc_usable_size,globl
|
||||
|
||||
Reference in New Issue
Block a user