Revision 88fe8a41 target-i386/helper.c

b/target-i386/helper.c
1622 1622
    CC_SRC = eflags;
1623 1623
}
1624 1624

  
1625
void helper_single_step()
1626
{
1627
    env->dr[6] |= 0x4000;
1628
    raise_exception(EXCP01_SSTP);
1629
}
1630

  
1625 1631
void helper_cpuid(void)
1626 1632
{
1627 1633
    uint32_t index;

Also available in: Unified diff