mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 17:53:13 +01:00
Corrected the PC value for non linux containers.
This commit is contained in:
@@ -178,7 +178,7 @@ pager_ifdefs = \
|
|||||||
#define CONFIG_CONT%(cn)d_PAGER_VMA (CONFIG_CONT%(cn)d_LINUX_PAGE_OFFSET)
|
#define CONFIG_CONT%(cn)d_PAGER_VMA (CONFIG_CONT%(cn)d_LINUX_PAGE_OFFSET)
|
||||||
#define CONFIG_CONT%(cn)d_PAGER_SIZE CONFIG_CONT%(cn)d_LINUX_MAPSIZE
|
#define CONFIG_CONT%(cn)d_PAGER_SIZE CONFIG_CONT%(cn)d_LINUX_MAPSIZE
|
||||||
#else
|
#else
|
||||||
#define CONFIG_CONT%(cn)d_INIT_PROG_COUNTER (CONFIG_CONT%(cn)d_PAGER_LMA)
|
#define CONFIG_CONT%(cn)d_INIT_PROG_COUNTER (CONFIG_CONT%(cn)d_PAGER_VMA)
|
||||||
#endif
|
#endif
|
||||||
'''
|
'''
|
||||||
def generate_pager_memory_ifdefs(containers):
|
def generate_pager_memory_ifdefs(containers):
|
||||||
|
|||||||
Reference in New Issue
Block a user