MCPcopy Create free account
hub / github.com/Ruddle/Fomos / alignment_check

Function alignment_check

bootloader/kernel/src/interrupts.rs:239–241  ·  view source on GitHub ↗
(stack_frame: InterruptStackFrame, _error_code: u64)

Source from the content-addressed store, hash-verified

237}
238
239extern "x86-interrupt" fn alignment_check(stack_frame: InterruptStackFrame, _error_code: u64) {
240 panic!("EXCEPTION: alignment_check{:#?}", stack_frame);
241}
242extern "x86-interrupt" fn invalid_opcode(stack_frame: InterruptStackFrame) {
243 panic!("EXCEPTION: invalid_opcode{:#?}", stack_frame);
244}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected