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

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