Skip to content

Commit

Permalink
[NES] Correct .algined_buffers to .aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Oct 23, 2023
1 parent b3c6a27 commit 786a76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mos-platform/nes/nes.ld
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SECTIONS {
INCLUDE rodata.ld
/* A naturally page-aligned place (0x200) to place noinit buffers with high
* alignment requirement (e.g. OAM) */
.aligned (NOLOAD) : { *(.aligned_buffers .aligned_buffers.*) } >ram
.aligned (NOLOAD) : { *(.aligned .aligned.*) } >ram
INCLUDE data.ld
INCLUDE zp.ld
INCLUDE bss.ld
Expand Down

0 comments on commit 786a76e

Please sign in to comment.