Load map files and set function names.

This commit is contained in:
Ben Vanik
2013-12-22 14:04:41 -08:00
parent 47f0397245
commit 9208132ad9
12 changed files with 142 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ int alloy_sandbox(int argc, xechar_t** argv) {
// runtime);
runtime->Initialize(backend);
RawModule* module = new RawModule(runtime->memory());
RawModule* module = new RawModule(runtime);
module->LoadFile(0x82000000, "test\\codegen\\instr_add.bin");
runtime->AddModule(module);