Skip to content

Commit

Permalink
Make exception vector table symbol global
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaZ3D committed Dec 21, 2024
1 parent 88c9c7b commit 7a15f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kernel/src/arch/aarch64/exception.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ use crate::{

core::arch::global_asm!(r#"
/// Exception Vector Table Definition for EL1 (Kernel)
.global __exception_vector_table
// Table must be aligned on a 2048 byte boundary (0x800)
.align {TABLE_ALIGNMENT}
Expand Down

0 comments on commit 7a15f28

Please sign in to comment.