pull/2/head
ondra05 2023-08-08 03:10:23 +02:00
parent e560b361bc
commit 7fd24faa6f
No known key found for this signature in database
GPG Key ID: 0DA6D2BB2285E881
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
use hbvm::softpaging::paging::PageTable;
use {
hbbytecode::valider::validate,
hbvm::{
softpaging::{HandlePageFault, PageSize, SoftPagedMem},
softpaging::{paging::PageTable, HandlePageFault, PageSize, SoftPagedMem},
MemoryAccessReason, Vm,
},
std::io::{stdin, Read},