Pass down data_base just in case something actually tries to use it.

This commit is contained in:
joerg 2014-03-12 22:50:59 +00:00
parent 3b431c6785
commit a0318c3f0f
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,7 @@ public:
return false;
if (n->hdr_start == 0) {
fdeStart = n->hdr_base;
data_base = n->data_base;
return true;
}
@ -264,6 +265,7 @@ public:
len = (len + 1) / 2;
}
fdeStart = base + (int32_t)get32(first + 4);
data_base = n->data_base;
return true;
}