Revision 9d901a20 target-ppc/op.c

b/target-ppc/op.c
980 980
{
981 981
    uint64_t tl, th;
982 982

  
983
    do_imul64(&tl, &th);
983
    muls64(&tl, &th, T0, T1);
984 984
    T0 = th;
985 985
    RETURN();
986 986
}
......
998 998
{
999 999
    uint64_t tl, th;
1000 1000

  
1001
    do_mul64(&tl, &th);
1001
    mulu64(&tl, &th, T0, T1);
1002 1002
    T0 = th;
1003 1003
    RETURN();
1004 1004
}

Also available in: Unified diff