Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
td-exception: fix interrupt handler condition
The compiler may perform a circular right shift, resulting in incorrect assembly code for interrupt vectors greater than 64. Unconditionally push an error code of 0 for interrupt vectors greater than 31, as the CPU does not save an error code for these interrupts. Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
- Loading branch information