Loading linux-user/syscall.c +37 −36 Original line number Diff line number Diff line Loading @@ -5064,8 +5064,9 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1, } /* If we didn't find the CPU for this thread then something is horribly wrong. */ if (!p) if (!p) { abort(); } /* Remove the CPU from the list. */ *lastp = p->next_cpu; cpu_list_unlock(); Loading Loading
linux-user/syscall.c +37 −36 Original line number Diff line number Diff line Loading @@ -5064,8 +5064,9 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1, } /* If we didn't find the CPU for this thread then something is horribly wrong. */ if (!p) if (!p) { abort(); } /* Remove the CPU from the list. */ *lastp = p->next_cpu; cpu_list_unlock(); Loading