mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Do prevent using org in linker scripts to go backwards
This commit is contained in:
@@ -310,7 +310,6 @@ static void processCommand(enum LinkerScriptCommand command, uint16_t arg,
|
||||
trap_;
|
||||
|
||||
case COMMAND_ORG:
|
||||
*pc = arg;
|
||||
break;
|
||||
|
||||
case COMMAND_ALIGN:
|
||||
|
||||
Reference in New Issue
Block a user