From: Alan Cox Date: Sat, 18 Aug 2018 19:15:20 +0000 (+0100) Subject: sam: turn off debug stop loop X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0d85781b742de3e93112b35619e0194544bc310e;p=FUZIX.git sam: turn off debug stop loop --- diff --git a/Kernel/platform-sam/crt0.s b/Kernel/platform-sam/crt0.s index cb3bca05..6f9d6f5d 100644 --- a/Kernel/platform-sam/crt0.s +++ b/Kernel/platform-sam/crt0.s @@ -50,7 +50,6 @@ start: ; Map the kernel high bank (2/3) ld a,#2 out (251),a -l1: jp l1 ld sp, #kstack_top ; Zero the data area (shouldn't be needed) ld hl, #s__DATA