MachineInfo

This commit is contained in:
Ben Vanik
2014-02-08 22:00:21 -08:00
parent ee69696485
commit 2403f367b1
6 changed files with 72 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ using namespace alloy::runtime;
Backend::Backend(Runtime* runtime) :
runtime_(runtime) {
xe_zero_struct(&machine_info_, sizeof(machine_info_));
}
Backend::~Backend() {