Replacing vfs memory mapping with base memory mapping.

Progress on #294.
This commit is contained in:
Ben Vanik
2015-06-27 18:02:20 -07:00
parent 23f91b58f3
commit 1ac19f1b08
10 changed files with 57 additions and 90 deletions

View File

@@ -976,7 +976,7 @@ int xe_xex2_find_import_infos(xe_xex2_ref xex,
info->thunk_address = record;
} break;
default:
// assert_always();
assert_always();
break;
}
}