Align VEX V5 boot routine to 4 bytes

This commit is contained in:
Lewis McClelland 2025-10-29 17:52:05 -04:00
parent 292be5c7c0
commit 958d0a3836
No known key found for this signature in database
GPG key ID: BAE7A385C82DE5B1

View file

@ -60,7 +60,7 @@ SECTIONS {
/*
* Executable program instructions.
*/
.text : {
.text ALIGN(4) : {
/* _boot routine (entry point from VEXos, must be at 0x03800020) */
*(.boot)