mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 18:33:24 +00:00
Fix a code format error in the trap handler
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
e7e613db4e
commit
4dd707488d
@ -22,10 +22,7 @@ use crate::{
|
||||
boot::memory_region::MemoryRegion,
|
||||
cpu::{CpuException, PageFaultErrorCode, PAGE_FAULT},
|
||||
cpu_local,
|
||||
vm::{
|
||||
page_table::PageTableFlagsTrait,
|
||||
PageTable, PHYS_MEM_BASE_VADDR,
|
||||
},
|
||||
vm::{page_table::PageTableFlagsTrait, PageTable, PHYS_MEM_BASE_VADDR},
|
||||
};
|
||||
|
||||
#[cfg(feature = "intel_tdx")]
|
||||
|
Reference in New Issue
Block a user