Revision 5ba18547 bsd-user/main.c

b/bsd-user/main.c
237 237
            break;
238 238
#ifndef TARGET_ABI32
239 239
        case EXCP_SYSCALL:
240
            /* syscall from syscall intruction */
240
            /* syscall from syscall instruction */
241 241
            if (bsd_type == target_freebsd)
242 242
                env->regs[R_EAX] = do_freebsd_syscall(env,
243 243
                                                      env->regs[R_EAX],

Also available in: Unified diff