Update crt0

This commit is contained in:
topjohnwu
2024-03-25 16:11:02 -07:00
parent 000a2e4d59
commit 21ed095601
4 changed files with 7 additions and 4 deletions

View File

@@ -6,9 +6,9 @@
using namespace std;
#ifdef USE_MUSL_PRINTF
// Switch to use the musl vfprintf
#ifdef USE_CRT0
__asm__(".global vfprintf \n vfprintf = musl_vfprintf");
__asm__(".global vsscanf \n vsscanf = tfp_vsscanf");
#endif
static void print_formats() {