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:
parent
f8d5c9e15f
commit
82d2e5d3a8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue