We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08adf3d commit ae1ac4eCopy full SHA for ae1ac4e
libc/src/stdio/printf_core/printf_main.h
@@ -45,7 +45,7 @@ template <WriteMode write_mode>
45
int printf_main(Writer<write_mode> *writer, const char *__restrict str,
46
internal::ArgList &args) {
47
#ifdef LIBC_COPT_PRINTF_MODULAR
48
- __asm__ __volatile__ (".reloc ., BFD_RELOC_NONE, __printf_float");
+ LIBC_INLINE_ASM(".reloc ., BFD_RELOC_NONE, __printf_float");
49
#endif
50
return printf_main_modular(writer, str, args);
51
}
0 commit comments