From 2ee817b3b83bb3a396062b1029be2fd9426a0aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Oct 2012 06:09:09 +0000 Subject: [PATCH] fixed external reference to _BaS_base --- BaS_GNU/BaS_GNU/sources/BaS.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaS_GNU/BaS_GNU/sources/BaS.c b/BaS_GNU/BaS_GNU/sources/BaS.c index 3836263..6208025 100644 --- a/BaS_GNU/BaS_GNU/sources/BaS.c +++ b/BaS_GNU/BaS_GNU/sources/BaS.c @@ -8,7 +8,7 @@ #include "MCF5475_SLT.h" #include "startcf.h" -extern unsigned long _Bas_base[]; +extern unsigned long Bas_base[]; /* imported routines */ extern int mmu_init(); @@ -203,7 +203,7 @@ void BaS(void) /* TT-RAM */ - * (uint32_t *) 0x5a4 = (uint32_t *) _Bas_base; /* ramtop TOS system variable */ + * (uint32_t *) 0x5a4 = (uint32_t *) Bas_base; /* ramtop TOS system variable */ * (uint32_t *) 0x5a8 = 0x1357bd13; /* ramvalid TOS system variable */ /* init ACIA */