1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

increase the readability of the debug messages

This commit is contained in:
Stefan Lankes 2017-02-18 08:40:18 +01:00
parent f8d5c9e15f
commit 82d2e5d3a8

View file

@ -509,7 +509,8 @@ int cpu_detection(void) {
xcr0 |= 0xE0;
xsetbv(0, xcr0);
kprintf("Set XCR0 to 0x%llx\n", xgetbv(0));
if (first_time)
kprintf("Set XCR0 to 0x%llx\n", xgetbv(0));
}
// libos => currently no support of syscalls