~ubuntu-bugs-auftrags-killer/qemu/proper-error-characters

« back to all changes in this revision

Viewing changes to target-sparc/op.c

  • Committer: bellard
  • Date: 2008-02-01 10:50:11 UTC
  • Revision ID: git-v1:57fec1fee94aa9f7d2519e8c354f100fc36bc9fa
use the TCG code generator


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3944 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
1277
1277
    helper_debug();
1278
1278
}
1279
1279
 
1280
 
void OPPROTO op_exit_tb(void)
1281
 
{
1282
 
    EXIT_TB();
1283
 
}
1284
 
 
1285
1280
void OPPROTO op_eval_ba(void)
1286
1281
{
1287
1282
    T2 = 1;
1542
1537
    env->npc = env->npc + 4;
1543
1538
}
1544
1539
 
1545
 
void OPPROTO op_goto_tb0(void)
1546
 
{
1547
 
    GOTO_TB(op_goto_tb0, PARAM1, 0);
1548
 
}
1549
 
 
1550
 
void OPPROTO op_goto_tb1(void)
1551
 
{
1552
 
    GOTO_TB(op_goto_tb1, PARAM1, 1);
1553
 
}
1554
 
 
1555
1540
void OPPROTO op_jmp_label(void)
1556
1541
{
1557
1542
    GOTO_LABEL_PARAM(1);