From 245f24890cd78304cf0fd397dda8e72b0a7fbe6b Mon Sep 17 00:00:00 2001 From: Xander Date: Tue, 8 Aug 2023 22:17:40 +0200 Subject: more refactoring and implemented exec_init --- lib/DATS/panic.dats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/DATS/panic.dats') diff --git a/lib/DATS/panic.dats b/lib/DATS/panic.dats index 356eda5..fc3122b 100644 --- a/lib/DATS/panic.dats +++ b/lib/DATS/panic.dats @@ -15,7 +15,7 @@ staload UN = "prelude/SATS/unsafe.sats" extern fun halt(): void = "mac#" -implement panic_loc(loc,msg) = ( +implement panic_loc(loc,msg) = $effmask_all( put_string "KERNEL PANIC:\n "; put_string loc; put_string "\n\n "; -- cgit v1.2.3