From fc449e53c54dc643f51c2bc2c784897ef45a4b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 12 Nov 2012 15:49:58 +0000 Subject: [PATCH] Jump to _rom_entry instead of ___BOOT_FLASH. --- BaS_GNU/sources/exceptions.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaS_GNU/sources/exceptions.S b/BaS_GNU/sources/exceptions.S index 801feed..396c5c6 100644 --- a/BaS_GNU/sources/exceptions.S +++ b/BaS_GNU/sources/exceptions.S @@ -5,7 +5,7 @@ .extern __Bas_base .extern __SUP_SP - .extern __BOOT_FLASH + .extern _rom_entry .extern __RAMBAR0 .extern _rt_cacr .extern _rt_mod @@ -369,7 +369,7 @@ reset_vector: move.l #0x31415926,d0 cmp.l 0x426,d0 // reset vector g�ltg? beq std_exc_vec // ja-> - jmp ___BOOT_FLASH // sonst kaltstart + jmp _rom_entry // sonst kaltstart acess: move.w #0x2700,sr // disable interrupt move.l d0,-(sp) // ++ vr