Merge branch 'Xphalnos-memory' into arm64

Xphalnos says:
==============
The memory arena is created but not destroyed at the end of execution.

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar 2025-11-21 16:33:17 -04:00
commit ffea35bc8f
No known key found for this signature in database
GPG key ID: 04307C401999C596

View file

@ -19,6 +19,8 @@ int main()
pound::jit::decoder::arm32_decode(&decoder, 0xE2400001);
pound::jit::ir::opcode_init();
pound::host::memory::arena_free(&arena);
#if 0
gui::window_t window = {.data = nullptr, .gl_context = nullptr};
(void)gui::window_init(&window, "Pound Emulator", 640, 480);