From 67a84d34f36b16606fa5da6eb2c3dc08fcaef367 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 14 Aug 2026 13:41:45 -0400 Subject: [PATCH] oops: endregion --- code/duffle/lottes_tape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/duffle/lottes_tape.h b/code/duffle/lottes_tape.h index 5858425..b1b8af7 100644 --- a/code/duffle/lottes_tape.h +++ b/code/duffle/lottes_tape.h @@ -287,7 +287,7 @@ FI_ MipsAtom* atomarena_push(AtomArena_R aa, Slice_MipsCode code) { return C_(MipsAtom*, dest); } FI_ void atomarena_reset(AtomArena_R aa) { aa->used = 0; } -#pragma region Atom Arena +#pragma endregion Atom Arena #pragma region RegFile (Register File Allocator) // A specialized allocator utilized to help the user track which registers are bound to values