Added definitions for "alloc", "hard_alloc".
This commit is contained in:
parent
3e4629b077
commit
db43d1d8a7
@ -33,3 +33,5 @@ extern struct memory mems[];
|
||||
#define modulptr(offset) (mems[ALLOMODL].mem_base+core_position+(offset))
|
||||
|
||||
extern ind_t core_position;
|
||||
extern ind_t hard_alloc();
|
||||
extern ind_t alloc();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user