factor/vm/inline_cache.hpp

6 lines
92 B
C++

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