Added definitions for "alloc", "hard_alloc".
This commit is contained in:
parent
3e4629b077
commit
db43d1d8a7
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue