diff options
Diffstat (limited to 'dev/ZKAKit/src')
| -rw-r--r-- | dev/ZKAKit/src/Stop.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKAKit/src/Stop.cc b/dev/ZKAKit/src/Stop.cc index 3d624a17..057722b5 100644 --- a/dev/ZKAKit/src/Stop.cc +++ b/dev/ZKAKit/src/Stop.cc @@ -27,7 +27,7 @@ namespace Kernel /***********************************************************************************/ Void ke_stop(const Kernel::Int32& id) { - CGInit(); + cg_init(); auto panic_text = RGB(0xff, 0xff, 0xff); @@ -37,7 +37,7 @@ namespace Kernel CGDrawString("Kernel Panic!", start_y, x, panic_text); start_y += 10; - CGFini(); + cg_fini(); // show text according to error id. |
