dllexport symbols in cpu-x86.*.S

release
U-C4\Administrator 2007-10-04 11:56:12 -05:00
parent c0e72118fd
commit d3f637abf0
3 changed files with 15 additions and 0 deletions

View File

@ -44,3 +44,6 @@ DEF(void,set_callstack,(F_STACK_FRAME *to, F_STACK_FRAME *from, CELL length, voi
ret /* return _with new stack_ */
#include "cpu-x86.S"
.section .drectve
.ascii " -export:set_callstack"

View File

@ -36,3 +36,6 @@ DEF(void,set_callstack,(F_STACK_FRAME *to, F_STACK_FRAME *from, CELL length, voi
ret /* return _with new stack_ */
#include "cpu-x86.S"
.section .drectve
.ascii " -export:set_callstack"

View File

@ -63,3 +63,12 @@ DEF(FASTCALL void,lazy_jit_compile,(CELL quot)):
pop XT_REG
pop XT_REG
JUMP_QUOT /* Call the quotation */
.section .drectve
.ascii " -export:c_to_factor"
.ascii " -export:undefined"
.ascii " -export:docol_profiling"
.ascii " -export:primitive_call"
.ascii " -export:primitive_execute"
.ascii " -export:throw_impl"
.ascii " -export:lazy_jit_compile"