Files
mango/arch/x86_64/cpu_ctrl.S

9 lines
86 B
ArmAsm

.global ml_halt_cpu
.type ml_halt_cpu, @function
ml_halt_cpu:
1: cli
hlt
jmp 1b