From 5b2c82b85ed8f911c9282f72e240460e2b480d91 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Mon, 8 Dec 2025 10:23:30 +0000 Subject: [PATCH] Fix for case sensitivity --- apps/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/crt0.S b/apps/crt0.S index 5b8687e..7ef9e65 100644 --- a/apps/crt0.S +++ b/apps/crt0.S @@ -7,7 +7,7 @@ _start: sw ra,12(sp) jal ra, main #if 1 -#include "non-rust-crt0-hack.s" +#include "non-rust-crt0-hack.S" #else li a7, {IOREQ_HALT} #endif