Revision 39c61f49

b/target-i386/op.c
1198 1198
    helper_movl_crN_T0(PARAM1);
1199 1199
}
1200 1200

  
1201
void OPPROTO op_movtl_T0_cr8(void)
1202
{
1203
#if !defined(CONFIG_USER_ONLY) 
1204
    T0 = cpu_get_apic_tpr(env);
1205
#endif
1206
}
1207

  
1201 1208
/* DR registers access */
1202 1209
void OPPROTO op_movl_drN_T0(void)
1203 1210
{
......
1279 1286
{
1280 1287
    if (T0)
1281 1288
        GOTO_LABEL_PARAM(1);
1289
    FORCE_RET();
1282 1290
}
1283 1291

  
1284 1292
void OPPROTO op_jz_T0_label(void)
1285 1293
{
1286 1294
    if (!T0)
1287 1295
        GOTO_LABEL_PARAM(1);
1296
    FORCE_RET();
1288 1297
}
1289 1298

  
1290 1299
/* slow set cases (compute x86 flags) */

Also available in: Unified diff