mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add l suffix to yoink nop
This commit is contained in:
parent
de09bec215
commit
12065100e1
4 changed files with 26 additions and 24 deletions
|
@ -784,7 +784,7 @@ typedef uint64_t uintmax_t;
|
|||
} while (0)
|
||||
|
||||
#define STATIC_YOINK(SYMBOLSTR) \
|
||||
asm(".pushsection .yoink\n\tnop\t\"" SYMBOLSTR "\"\n\t.popsection")
|
||||
asm(".pushsection .yoink\n\tnopl\t\"" SYMBOLSTR "\"\n\t.popsection")
|
||||
|
||||
#if !defined(IM_FEELING_NAUGHTY) && !defined(__STRICT_ANSI__)
|
||||
#define STATIC_YOINK_SOURCE(PATH) STATIC_YOINK(PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue