From 36367557604575ffec9739e0a64e2f0cdff07e77 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 4 Dec 2022 17:17:03 +0200 Subject: Rename CCFLAGS to CFLAGS --- i686/sys/control.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'i686/sys/control.h') diff --git a/i686/sys/control.h b/i686/sys/control.h index 1b38472..7dde3c8 100644 --- a/i686/sys/control.h +++ b/i686/sys/control.h @@ -3,9 +3,13 @@ static inline void abort() { - asm volatile(R"(cli + /* Symbol h is already defined? +asm volatile(R"(cli h: hlt jmp h)"); +*/ + asm volatile(R"(cli +hlt)"); } static inline void -- cgit v1.2.1