Skip to content

Commit

Permalink
Mac is being annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
EimaMei committed May 2, 2024
1 parent 546b187 commit c05876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sili.h
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ SI_STATIC_ASSERT(false == 0);
#if defined(SI_CPU_X86) && defined(SI_GNUC_COMPLIANT)
/* asmStr - cstring | ...IOR - ASM INPUT, OUTPUT OR REGISTERS
* Inserts inline assembly into the program using GNU C assembly syntax. */
#define si_asm(asmStr, .../* IOR */) \
#define si_asm(asmStr, ...) \
__asm__ __volatile__( \
".intel_syntax noprefix" SI_ASM_NL \
asmStr SI_ASM_NL \
Expand Down

0 comments on commit c05876e

Please sign in to comment.