factor/vm/inline_cache.hpp

7 lines
93 B
C++

namespace factor
{
VM_C_API void *inline_cache_miss(cell return_address, factor_vm *vm);
}