aboutsummaryrefslogtreecommitdiff
path: root/i686/sys/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'i686/sys/control.h')
-rw-r--r--i686/sys/control.h6
1 files changed, 5 insertions, 1 deletions
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