Fix clang warnings / move some plat code into poly.

This commit is contained in:
Ben Vanik
2014-07-10 22:51:27 -07:00
parent 7daa85179c
commit 9031d5f4a4
41 changed files with 347 additions and 218 deletions

View File

@@ -13,11 +13,11 @@ namespace alloy {
namespace runtime {
RawModule::RawModule(Runtime* runtime)
: name_(0),
: Module(runtime),
name_(0),
base_address_(0),
low_address_(0),
high_address_(0),
Module(runtime) {}
high_address_(0) {}
RawModule::~RawModule() {
if (base_address_) {