]> gitweb.factorcode.org Git - factor.git/blob - vm/os-solaris.cpp
Unbreakify the new profiler, add a couple of unit tests to demonstrate displaying...
[factor.git] / vm / os-solaris.cpp
1 #include "master.hpp"
2
3 namespace factor
4 {
5
6 const char *vm_executable_path()
7 {
8         return NULL;
9 }
10
11 }