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:
@@ -55,5 +55,5 @@
|
||||
/ @note realloc(p≠0, n=0) → free(p)
|
||||
/ @see dlrealloc()
|
||||
realloc:
|
||||
jmp *hook$realloc(%rip)
|
||||
jmp *hook_realloc(%rip)
|
||||
.endfn realloc,globl
|
||||
|
||||
Reference in New Issue
Block a user