mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-15 05:45:01 +01:00
fix c.addi16sp
This commit is contained in:
parent
377c8412a7
commit
4965493a0e
4 changed files with 46 additions and 16 deletions
|
|
@ -10,3 +10,6 @@ init: init.c
|
|||
|
||||
init1: init1.rs
|
||||
$(RUSTC) init1.rs
|
||||
|
||||
x: x.S
|
||||
$(CC_STATIC) x.S -o x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue