cgen: improve support for v -path bootstrap_alternative_backend/ run simple.v (#23679)

This commit is contained in:
Delyan Angelov 2025-02-09 21:23:14 +02:00 committed by GitHub
parent 089778e55e
commit adbc869626
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 12 deletions

View file

@ -158,7 +158,3 @@ fn __exit(code int) {
fn __qsort(base voidptr, nmemb usize, size usize, sort_cb FnSortCB) {
panic('qsort() is not yet implemented in `-freestanding`')
}
fn init_global_allocator() {
// global_allocator = dlmalloc.new(get_wasm_allocator())
}