Round power of 2 for memory size

This commit is contained in:
Toby Jaffey 2025-12-11 00:00:01 +00:00
parent e0eb6615c0
commit 3e7b7cea4d
4 changed files with 1 additions and 1 deletions

View file

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