Revision 5225d669 darwin-user/syscall.c

b/darwin-user/syscall.c
977 977
#elif TARGET_PPC
978 978
    {
979 979
        int i;
980
        /* XXX: not really needed those regs are volatile accross calls */
980
        /* XXX: not really needed those regs are volatile across calls */
981 981
        uint32_t **regs = ((CPUPPCState*)cpu_env)->gpr;
982 982
        for(i = 11; i > 3; i--)
983 983
            *regs[i] = *regs[i-1];

Also available in: Unified diff