Fix for case sensitivity

This commit is contained in:
Toby Jaffey 2025-12-08 10:23:30 +00:00
parent 43bba100c1
commit 5b2c82b85e

View file

@ -7,7 +7,7 @@ _start:
sw ra,12(sp) sw ra,12(sp)
jal ra, main jal ra, main
#if 1 #if 1
#include "non-rust-crt0-hack.s" #include "non-rust-crt0-hack.S"
#else #else
li a7, {IOREQ_HALT} li a7, {IOREQ_HALT}
#endif #endif