projects
/
filament.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc2007
)
Ensure proper alignment of resgen _OFFSET and _SIZE variables
author
Timo Röhling
<roehling@debian.org>
Sat, 12 Feb 2022 23:58:20 +0000
(
00:58
+0100)
committer
Timo Röhling
<roehling@debian.org>
Wed, 27 Jul 2022 20:13:33 +0000
(21:13 +0100)
Gbp-Pq: Name 0015-Ensure-proper-alignment-of-resgen-_OFFSET-and-_SIZE-.patch
tools/resgen/src/main.cpp
patch
|
blob
|
history
diff --git
a/tools/resgen/src/main.cpp
b/tools/resgen/src/main.cpp
index e126b344ff4a60f7026e8e9ce8a4f5852cb179e5..083e7d654602731b491ad71cbe9735519939e455 100644
(file)
--- 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"