~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to target-i386/op.c

Tags: upstream-0.9.0+20070816
ImportĀ upstreamĀ versionĀ 0.9.0+20070816

Show diffs side-by-side

added added

removed removed

Lines of Context:
730
730
    helper_cmpxchg8b();
731
731
}
732
732
 
 
733
void OPPROTO op_single_step(void)
 
734
{
 
735
    helper_single_step();
 
736
}
 
737
 
733
738
void OPPROTO op_movl_T0_0(void)
734
739
{
735
740
    T0 = 0;