Loading bsd-user/main.c +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ void cpu_loop(CPUX86State *env) //target_siginfo_t info; for(;;) { trapnr = cpu_x86_exec(env); trapnr = cpu_x86_exec(cs); switch(trapnr) { case 0x80: /* syscall from int $0x80 */ Loading Loading
bsd-user/main.c +1 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ void cpu_loop(CPUX86State *env) //target_siginfo_t info; for(;;) { trapnr = cpu_x86_exec(env); trapnr = cpu_x86_exec(cs); switch(trapnr) { case 0x80: /* syscall from int $0x80 */ Loading