really revert endpoint_t -> int
debugging info on panic: decode segment selectors and descriptors, now moved to arch-specific part, prototypes added; sanity checking in debug.h made optional with vmassert().
This commit is contained in:
@@ -13,7 +13,7 @@ a = arch/$(ARCH)
|
||||
CC = exec cc
|
||||
CPP = $l/cpp
|
||||
LD = $(CC) -.o
|
||||
CPPFLAGS=-I$i -I$a/include
|
||||
CPPFLAGS=-I$i -I$a/include -I$a
|
||||
CFLAGS=$(CPROFILE) $(CPPFLAGS) $(EXTRA_OPTS)
|
||||
LDFLAGS=-i
|
||||
|
||||
|
||||
Reference in New Issue
Block a user