alloy-sandbox running on osx (ivm only).

This commit is contained in:
Ben Vanik
2014-08-21 22:46:12 -07:00
parent 93285acf7b
commit 7ae303dfa2
4 changed files with 20 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ int main(std::vector<std::wstring>& args) {
runtime->Initialize(std::move(frontend), std::move(backend));
auto module = std::make_unique<alloy::runtime::RawModule>(runtime.get());
module->LoadFile(0x00001000, "test\\codegen\\instr_add.bin");
module->LoadFile(0x00001000, L"test\\codegen\\instr_add.bin");
runtime->AddModule(std::move(module));
{