mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-13 04:36:57 +00:00
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:
commit
ffea35bc8f
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue