From 306fcc28457b4b80817f54292ce3841ead467c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Sun, 14 Oct 2012 20:48:31 +0000 Subject: [PATCH] Fixed wrong initial PC.. --- BaS_GNU/sources/startcf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/sources/startcf.c b/BaS_GNU/sources/startcf.c index 7285e5e..48f360c 100644 --- a/BaS_GNU/sources/startcf.c +++ b/BaS_GNU/sources/startcf.c @@ -4,7 +4,7 @@ void startup(void) { asm("\n\t" ".extern _initialize_hardware\n\t" - "bra warmstart\n\t" + "bra.s warmstart\n\t" "jmp ___BOOT_FLASH + 8 | ist zugleich reset vector\n\t" "| disable interrupts\n\t" "warmstart:\n\t"