diff --git a/Framework/Foundation/3rdparty/x9/x9.c b/Framework/Foundation/3rdparty/x9/x9.c index 28684183cc954..c4c7e35862758 100644 --- a/Framework/Foundation/3rdparty/x9/x9.c +++ b/Framework/Foundation/3rdparty/x9/x9.c @@ -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