mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 06:09:39 +00:00
In the case that the allocator is unavailable (OOM, etc.), we can possibly still output the panic message - so now we stack allocate the message and copy it to the exit data for passing to boot services.