akern-gkgoat-fork/ableos/src/arch/riscv/asm/trap.asm

9 lines
170 B
NASM

# trap.S
# Assembly-level trap handler.
.section .text
.global asm_trap_vector
asm_trap_vector:
# We get here when the CPU is interrupted
# for any reason.
mret