soft-float
Erin 2023-08-08 03:10:23 +02:00
parent 2d2978eec7
commit 4530ff049e
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},