dllexport symbols in cpu-x86.*.S
parent
c0e72118fd
commit
d3f637abf0
|
@ -44,3 +44,6 @@ DEF(void,set_callstack,(F_STACK_FRAME *to, F_STACK_FRAME *from, CELL length, voi
|
||||||
ret /* return _with new stack_ */
|
ret /* return _with new stack_ */
|
||||||
|
|
||||||
#include "cpu-x86.S"
|
#include "cpu-x86.S"
|
||||||
|
|
||||||
|
.section .drectve
|
||||||
|
.ascii " -export:set_callstack"
|
||||||
|
|
|
@ -36,3 +36,6 @@ DEF(void,set_callstack,(F_STACK_FRAME *to, F_STACK_FRAME *from, CELL length, voi
|
||||||
ret /* return _with new stack_ */
|
ret /* return _with new stack_ */
|
||||||
|
|
||||||
#include "cpu-x86.S"
|
#include "cpu-x86.S"
|
||||||
|
|
||||||
|
.section .drectve
|
||||||
|
.ascii " -export:set_callstack"
|
||||||
|
|
|
@ -63,3 +63,12 @@ DEF(FASTCALL void,lazy_jit_compile,(CELL quot)):
|
||||||
pop XT_REG
|
pop XT_REG
|
||||||
pop XT_REG
|
pop XT_REG
|
||||||
JUMP_QUOT /* Call the quotation */
|
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"
|
||||||
|
|
Loading…
Reference in New Issue