aboutsummaryrefslogtreecommitdiff
path: root/src/irq.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/irq.rs')
-rw-r--r--src/irq.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irq.rs b/src/irq.rs
index 12534f1..97f22cb 100644
--- a/src/irq.rs
+++ b/src/irq.rs
@@ -185,7 +185,7 @@ pub static EXCEPTIONS: [InterruptDescription; 21] = [
},
];
-bitflags!{
+bitflags! {
// Taken from Intel Manual Section 4.7 Page-Fault Exceptions.
pub struct PageFaultError: u32 {
/// 0: The fault was caused by a non-present page.