updated nasa-tables in this project

merge-requests/5/head v1.4
xerox 4 years ago
parent e40d0af25c
commit 2eefce5626

@ -76,9 +76,8 @@ namespace nasa
mem_ctx::~mem_ctx()
{
// remove pml4e
pml4e null_value{ NULL };
set_pml4e(reinterpret_cast<::ppml4e>(get_dirbase()) + this->pml4e_index, null_value, true);
set_pml4e(reinterpret_cast<::ppml4e>(get_dirbase()) + this->pml4e_index, pml4e{NULL});
while (!SwitchToThread());
}
void* mem_ctx::set_page(void* addr)

Loading…
Cancel
Save