Skip to content

Commit 0c28a9e

Browse files
authored
Merge pull request #14 from 00xc/paging_error
2 parents 2fa79e5 + 3949fda commit 0c28a9e

File tree

1 file changed

+1
-1
lines changed
  • page_table_multiarch/src

1 file changed

+1
-1
lines changed

page_table_multiarch/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub use self::bits64::PageTable64;
1919
pub use page_table_entry::{GenericPTE, MappingFlags};
2020

2121
/// The error type for page table operation failures.
22-
#[derive(Debug, PartialEq)]
22+
#[derive(Debug, PartialEq, Clone, Copy)]
2323
pub enum PagingError {
2424
/// Cannot allocate memory.
2525
NoMemory,

0 commit comments

Comments
 (0)