Fixed C++11 compatibility

This commit is contained in:
2019-07-16 15:52:34 +02:00
parent 1947a2114f
commit d037141d98
4 changed files with 9 additions and 8 deletions

View File

@ -101,7 +101,7 @@ int main(int argc, char *argv[]) {
auto res = 0;
try {
// application code comes here //
iss::init_jit(argc, argv);
iss::init_jit_debug(argc, argv);
bool dump = clim.count("dump-ir");
// instantiate the simulator
std::unique_ptr<iss::vm_if> vm{nullptr};