mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-29 10:05:15 +00:00
Fix section merge alignment error message (#919)
Co-authored-by: Eldred Habert <[email protected]>
This commit is contained in:
co-authored by
Eldred Habert
parent
94d07c78d8
commit
0f321bc797
@@ -1,6 +1,6 @@
|
||||
error: Section "conflicting alignment" is defined with conflicting 8-byte alignment (offset 7) and 16-byte alignment (offset 14)
|
||||
---
|
||||
ERROR: <stdin>(18):
|
||||
Section already declared with incompatible 3-byte alignment (offset 7)
|
||||
Section already declared with incompatible 8-byte alignment (offset 7)
|
||||
FATAL: <stdin>(18):
|
||||
Cannot create section "conflicting alignment" (1 error)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
error: Section "conflicting alignment" is defined with conflicting 8-byte alignment (offset 7) and 8-byte alignment (offset 6)
|
||||
---
|
||||
ERROR: <stdin>(18):
|
||||
Section already declared with incompatible 3-byte alignment (offset 7)
|
||||
Section already declared with incompatible 8-byte alignment (offset 7)
|
||||
FATAL: <stdin>(18):
|
||||
Cannot create section "conflicting alignment" (1 error)
|
||||
|
||||
Reference in New Issue
Block a user