This commit is contained in:
2023-11-15 12:49:15 +01:00
parent e538dd132e
commit 15478854f5

View File

@ -27,6 +27,7 @@ fn panic(panic: &PanicInfo<'_>) -> ! {
unsafe { unsafe {
stopIt(); stopIt();
} }
// TODO: Make this unicode-safe
sif!("In Task \""); sif!("In Task \"");
unsafe { unsafe {
let task_name = getTaskName(); let task_name = getTaskName();