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

@@ -19,7 +19,7 @@ namespace runtime {
class RawModule : public Module {
public:
RawModule(Memory* memory);
RawModule(Runtime* runtime);
virtual ~RawModule();
int LoadFile(uint64_t base_address, const char* path);