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

@@ -13,10 +13,10 @@ using namespace alloy;
using namespace alloy::runtime;
RawModule::RawModule(Memory* memory) :
RawModule::RawModule(Runtime* runtime) :
name_(0),
base_address_(0), low_address_(0), high_address_(0),
Module(memory) {
Module(runtime) {
}
RawModule::~RawModule() {