update structures; fix -lowmem being enabled due to being uninitialized on the stack.

develop
Ben Lubar 2020-02-15 16:10:30 -06:00
parent 8756667d99
commit 631b8e772c
No known key found for this signature in database
GPG Key ID: 92939677AB59EDA4
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit c98b89239c387f967a8656c863f9a923c26244d2
Subproject commit 111d88937adf56fdb7d366c59176a7cecda5415d

@ -186,6 +186,7 @@ Checker::Checker(color_ostream & out) :
Core::getInstance().p->getMemRanges(mapped);
enums = false;
sizes = false;
lowmem = false;
}
bool Checker::check()