Revision 0b6d3ae0 linux-user/main.c

b/linux-user/main.c
1887 1887

  
1888 1888
        switch (trapnr) {
1889 1889
        case 0x160:
1890
            env->pc += 2;
1890 1891
            ret = do_syscall(env,
1891 1892
                             env->gregs[3],
1892 1893
                             env->gregs[4],
......
1896 1897
                             env->gregs[0],
1897 1898
                             env->gregs[1]);
1898 1899
            env->gregs[0] = ret;
1899
            env->pc += 2;
1900 1900
            break;
1901 1901
        case EXCP_INTERRUPT:
1902 1902
            /* just indicate that signals should be handled asap */

Also available in: Unified diff