mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Fix for case sensitivity
This commit is contained in:
parent
43bba100c1
commit
5b2c82b85e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue