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

View File

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