Cleanup syscall numbers

This commit is contained in:
Toby Jaffey 2025-12-08 12:53:33 +00:00
parent 61fe0e8647
commit 9d6e6790e1
19 changed files with 32 additions and 32 deletions

View file

@ -1,5 +1,5 @@
all:
gcc -Wall -Werror -pedantic -std=c99 -O2 -DUVM32_MEMORY_SIZE=32768 -I../uvm32 -o host ../uvm32/uvm32.c host.c
gcc -Wall -Werror -pedantic -std=c99 -O2 -DUVM32_MEMORY_SIZE=32768 -I../uvm32 -I../common -o host ../uvm32/uvm32.c host.c
clean:
rm -f host