oops: endregion

This commit is contained in:
ed
2026-08-14 13:41:45 -04:00
parent baaff12f33
commit 67a84d34f3
+1 -1
View File
@@ -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