mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
implement Lprintf in asm; fix int to aint in runtime
This commit is contained in:
parent
e0189d5654
commit
d76d2a02ea
3 changed files with 89 additions and 125 deletions
|
|
@ -51,7 +51,7 @@ runtime64.o: runtime.c runtime.h
|
|||
$(CC) $(PROD_FLAGS) -c runtime.c -o runtime64.o
|
||||
|
||||
printf.o: printf.s
|
||||
$(CC) $(PROD_FLAGS) -c printf.s -o printf.o
|
||||
$(CC) $(PROD_FLAGS) -c -g printf.s -o printf.o
|
||||
|
||||
clean:
|
||||
$(RM) *.a *.o *~ negative_scenarios/*.err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue