From: Timo Röhling Date: Sat, 12 Feb 2022 23:58:20 +0000 (+0100) Subject: Ensure proper alignment of resgen _OFFSET and _SIZE variables X-Git-Tag: archive/raspbian/1.9.25+dfsg2-6+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a2e40bb668be9a42b9af19ddcf640926f6cd179f;p=filament.git Ensure proper alignment of resgen _OFFSET and _SIZE variables Gbp-Pq: Name 0015-Ensure-proper-alignment-of-resgen-_OFFSET-and-_SIZE-.patch --- 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"