Update to LLVM 8.0

This commit is contained in:
Justin C. Miller
2019-03-20 15:40:01 -07:00
parent 645938a194
commit 94c491d286
2 changed files with 7 additions and 6 deletions

View File

@@ -16,6 +16,6 @@ __kernel_assert(const char *file, unsigned line, const char *message)
cons->puts("\n");
}
__asm__ ( "int $0e4h" );
__asm__ ( "int $0xe4" );
while (1) __asm__ ("hlt");
}