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