use const where appropriate

This commit is contained in:
Redo
2022-11-09 13:22:06 -06:00
parent 75299209b8
commit 2389252698
7 changed files with 2544 additions and 47 deletions

View File

@@ -1,2 +1,2 @@
gcc compiled_sim.c -o compiled_sim.dll -shared -Wall -Werror -Ofast
gcc compiled_sim.c -o compiled_sim.dll -shared -Wall -Werror -Ofast && objdump -d compiled_sim.dll > dump.txt
pause