]> gitweb.factorcode.org Git - factor.git/blob - vm/inline_cache.hpp
Merge branch 'images' of git://github.com/klazuka/factor into klazuka
[factor.git] / vm / inline_cache.hpp
1 namespace factor
2 {
3
4 VM_C_API void *inline_cache_miss(cell return_address, factor_vm *vm);
5
6 }