From 4fb01c6b21d00c4b99623c91a380859b07331dc9 Mon Sep 17 00:00:00 2001 From: glankk Date: Sat, 11 Jul 2020 17:23:54 +0200 Subject: [PATCH] Add 64-byte alignment requirement to the buffers segment (#247) --- spec | 1 + 1 file changed, 1 insertion(+) diff --git a/spec b/spec index 5d6d027f1b..561c5955d2 100644 --- a/spec +++ b/spec @@ -536,6 +536,7 @@ endseg beginseg name "buffers" + align 0x40 include "build/src/buffers/zbuffer.o" include "build/src/buffers/gfxbuffers.o" include "build/src/buffers/heaps.o"