mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Fix asm int call for LLVM 8
This commit is contained in:
@@ -16,6 +16,6 @@ __kernel_assert(const char *file, unsigned line, const char *message)
|
|||||||
cons->puts("\n");
|
cons->puts("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
__asm__ ( "int $0xe4" );
|
|
||||||
while (1) __asm__ ("hlt");
|
while (1) __asm__ ("hlt");
|
||||||
|
__asm__ ( "int $0xe4" );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user