Revision 603fccce target-ppc/op.c

b/target-ppc/op.c
22 22

  
23 23
#include "config.h"
24 24
#include "exec.h"
25
#include "host-utils.h"
25 26
#include "helper_regs.h"
26 27
#include "op_helper.h"
27 28

  
......
1508 1509
/* count leading zero */
1509 1510
void OPPROTO op_cntlzw (void)
1510 1511
{
1511
    T0 = _do_cntlzw(T0);
1512
    do_cntlzw();
1512 1513
    RETURN();
1513 1514
}
1514 1515

  
1515 1516
#if defined(TARGET_PPC64)
1516 1517
void OPPROTO op_cntlzd (void)
1517 1518
{
1518
    T0 = _do_cntlzd(T0);
1519
    do_cntlzd();
1519 1520
    RETURN();
1520 1521
}
1521 1522
#endif

Also available in: Unified diff