mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53: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)
|
||||
jal ra, main
|
||||
#if 1
|
||||
#include "non-rust-crt0-hack.s"
|
||||
#include "non-rust-crt0-hack.S"
|
||||
#else
|
||||
li a7, {IOREQ_HALT}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue