mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
up
This commit is contained in:
parent
906ca322b8
commit
36172f6588
@ -6,7 +6,7 @@
|
|||||||
verbose ?= yes
|
verbose ?= yes
|
||||||
OBJDIR = ob
|
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)
|
dv_src = $(shell ls dv/*.c)
|
||||||
in_src = $(shell ls in/*.c)
|
in_src = $(shell ls in/*.c)
|
||||||
|
@ -174,7 +174,7 @@ IMPL_START(enter, 1)
|
|||||||
|
|
||||||
IMPL_START(enter, 2)
|
IMPL_START(enter, 2)
|
||||||
{
|
{
|
||||||
int i, tmp;
|
ulong i, tmp;
|
||||||
|
|
||||||
R(ESP) -= 8;
|
R(ESP) -= 8;
|
||||||
tmp = R(ESP);
|
tmp = R(ESP);
|
||||||
|
Loading…
Reference in New Issue
Block a user