From 5611b7f8865ea5972c12b03dd199b7d1f8f282a3 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 8 Jul 2025 13:47:57 +0200 Subject: [PATCH] killing all bugs --- interrupt/guard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interrupt/guard.cc b/interrupt/guard.cc index 13b1d3b..20c47ed 100644 --- a/interrupt/guard.cc +++ b/interrupt/guard.cc @@ -57,7 +57,7 @@ void Guard::relay(Epilogue handler) { Core::Interrupt::enable(); // goto level 0.5 if(epi_flag FOR_CURRENT_CORE){ - epilogue_queue->produce(handler); + epilogue_queue FOR_CURRENT_CORE.produce(handler); } else{ epi_flag FOR_CURRENT_CORE = true;