From 4420bc403448f5a75a7eebe603eb59b4253ab1b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timo=20R=C3=B6hling?= Date: Sun, 13 Feb 2022 00:58:20 +0100 Subject: [PATCH] Ensure proper alignment of resgen _OFFSET and _SIZE variables Gbp-Pq: Name 0015-Ensure-proper-alignment-of-resgen-_OFFSET-and-_SIZE-.patch --- tools/resgen/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/resgen/src/main.cpp b/tools/resgen/src/main.cpp index e126b34..083e7d6 100644 --- a/tools/resgen/src/main.cpp +++ b/tools/resgen/src/main.cpp @@ -312,6 +312,7 @@ int main(int argc, char* argv[]) { << " extern int " << prname << "_SIZE;\n"; dataAsmStream + << " .balign 8\n" << prname << "_OFFSET:\n" << " .int " << offset << "\n" << prname << "_SIZE:\n" -- 2.30.2