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

« back to all changes in this revision

Viewing changes to target-arm/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:
364
364
    FORCE_RET();
365
365
}
366
366
 
367
 
void OPPROTO op_goto_tb0(void)
368
 
{
369
 
    GOTO_TB(op_goto_tb0, PARAM1, 0);
370
 
}
371
 
 
372
 
void OPPROTO op_goto_tb1(void)
373
 
{
374
 
    GOTO_TB(op_goto_tb1, PARAM1, 1);
375
 
}
376
 
 
377
 
void OPPROTO op_exit_tb(void)
378
 
{
379
 
    EXIT_TB();
380
 
}
381
 
 
382
367
void OPPROTO op_movl_T0_cpsr(void)
383
368
{
384
369
    /* Execution state bits always read as zero.  */