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

Function invalid_opcode

bootloader/kernel/src/interrupts.rs:242–244  ·  view source on GitHub ↗
(stack_frame: InterruptStackFrame)

Source from the content-addressed store, hash-verified

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}
245extern "x86-interrupt" fn bound_range_exceeded(stack_frame: InterruptStackFrame) {
246 panic!("EXCEPTION: bound_range_exceeded{:#?}", stack_frame);
247}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected