more loader updates

This commit is contained in:
dcode
2019-05-24 20:31:52 +02:00
parent 7cd04b65ef
commit a6896d7bc2
12 changed files with 225 additions and 141 deletions

View File

@ -1,3 +1,3 @@
export { __alloc, __realloc, __free } from "rt/tlsf";
export { __alloc } from "rt/tlsf";
export { __retain, __release, __collect } from "rt/pure";
export { __instanceof, __typeinfo } from "rt";
export { RTTI_BASE as __rtti } from "rt";

View File

@ -1,2 +1,2 @@
export { __alloc, __realloc, __free, __retain, __release, __collect } from "rt/stub";
export { __instanceof, __typeinfo } from "rt";
export { __alloc, __retain, __release, __collect } from "rt/stub";
export { RTTI_BASE as __rtti } from "rt";