From cf85106ef90e478bf0c898960c29ab9c2977e281 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Fri, 29 Aug 2025 00:26:20 -0600 Subject: [PATCH] disable c function call --- tests/test_c/test.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_c/test.S b/tests/test_c/test.S index c151232..90649d8 100644 --- a/tests/test_c/test.S +++ b/tests/test_c/test.S @@ -17,7 +17,7 @@ _start: nop nop nop - call addathing + # call addathing # c compilation has sw/lw instructions. Missing stalls break execution nop nop nop