mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
replace cpu_relax by rep_nop
This commit is contained in:
parent
dae879f222
commit
0e681c8695
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ static int init_env(void)
|
|||
if (str) {
|
||||
if (strcmp(result, str) != 0) {
|
||||
free(result);
|
||||
fprintf(stderr, "Unable to boot cores %s\n", str);
|
||||
fprintf(stderr, "Unable to boot cores %s\n", result);
|
||||
exit(1);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue