Force inclusion of 'shadow RAM preparation' load chunk in crt0.s and
not in the linker config file.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
.import sram_init
|
||||
.import scrdev
|
||||
.import findfreeiocb
|
||||
.forceimport sramprep ; force inclusion of the "shadow RAM preparation" load chunk
|
||||
.include "save_area.inc"
|
||||
.endif
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
.ifdef __ATARIXL__
|
||||
|
||||
.export sramprep
|
||||
|
||||
.import __SRPREP_LOAD__, __SRPREPCHNK_LAST__
|
||||
.import __SHADOW_RAM_LOAD__, __SHADOW_RAM_SIZE__, __SHADOW_RAM_RUN__
|
||||
.import __SHADOW_RAM2_LOAD__, __SHADOW_RAM2_SIZE__, __SHADOW_RAM2_RUN__
|
||||
|
||||
Reference in New Issue
Block a user