This commit is contained in:
julianb0 2020-01-09 12:53:03 +01:00
parent 906ca322b8
commit 36172f6588
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
verbose ?= yes
OBJDIR = ob
FLAGS=-O2 -Wall -fno-builtin-log -I. -Werror=implicit-function-declaration -Werror
FLAGS=-O2 -Wall -Wextra -Wno-unused-parameter -fno-builtin-log -I. -Werror=implicit-function-declaration -Werror
dv_src = $(shell ls dv/*.c)
in_src = $(shell ls in/*.c)

View File

@ -174,7 +174,7 @@ IMPL_START(enter, 1)
IMPL_START(enter, 2)
{
int i, tmp;
ulong i, tmp;
R(ESP) -= 8;
tmp = R(ESP);