update arm64 redirection

This commit is contained in:
Daan Leijen 2024-12-17 00:06:03 -08:00
parent 6ac636e2e2
commit ac52b6967d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -318,8 +318,8 @@ int main(int argc, char** argv) {
mi_debug_show_arenas(true,true,true); mi_debug_show_arenas(true,true,true);
mi_collect(true); mi_collect(true);
#endif #endif
mi_stats_print(NULL);
#endif #endif
//mi_stats_print(NULL);
//bench_end_program(); //bench_end_program();
return 0; return 0;
} }