mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-14 19:48:13 +00:00
oops: endregion
This commit is contained in:
@@ -287,7 +287,7 @@ FI_ MipsAtom* atomarena_push(AtomArena_R aa, Slice_MipsCode code) {
|
|||||||
return C_(MipsAtom*, dest);
|
return C_(MipsAtom*, dest);
|
||||||
}
|
}
|
||||||
FI_ void atomarena_reset(AtomArena_R aa) { aa->used = 0; }
|
FI_ void atomarena_reset(AtomArena_R aa) { aa->used = 0; }
|
||||||
#pragma region Atom Arena
|
#pragma endregion Atom Arena
|
||||||
|
|
||||||
#pragma region RegFile (Register File Allocator)
|
#pragma region RegFile (Register File Allocator)
|
||||||
// A specialized allocator utilized to help the user track which registers are bound to values
|
// A specialized allocator utilized to help the user track which registers are bound to values
|
||||||
|
|||||||
Reference in New Issue
Block a user