1
0
mirror of https://github.com/taigrr/gopher-os synced 2026-03-22 14:42:25 -07:00
Files
gopher-os/kernel/mem/vmm/vmm.go
Achilleas Anagnostopoulos 5fc6ce188e Use go:redirect-from directive to map panic to kernel.Panic
All calls (but one) to kernel.Panic have been replaced by calls to
panic. A call to kernel.Panic is still required to prevent the compiler
from treating kernel.Panic as dead code and eliminating it.
2017-06-25 21:39:56 +01:00

4.7 KiB