1
0
Fork 0
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:
Stefan Lankes 2016-03-13 10:27:14 +01:00
parent dae879f222
commit 0e681c8695

View file

@ -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 {