Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Framework/Foundation/3rdparty/x9/x9.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ void x9_read_from_inbox_spin(x9_inbox* const inbox,
#elif defined(__aarch64__)
__asm__ __volatile__ ("yield");
#elif defined(__riscv)
__asm__ __volatile__ (".4byte 0x0100000F"); /* PAUSE hint (Zihintpause); NOP if unsupported */
__asm__ __volatile__(".4byte 0x0100000F"); /* PAUSE hint (Zihintpause); NOP if unsupported */
#else
#error Not supported architecture
#endif
Expand Down