From 0d85781b742de3e93112b35619e0194544bc310e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 18 Aug 2018 20:15:20 +0100 Subject: [PATCH] sam: turn off debug stop loop --- Kernel/platform-sam/crt0.s | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1