~linaro-maintainers/ubuntu/lucid/qemu-linaro/ppa

« back to all changes in this revision

Viewing changes to target-s390x/translate.c

  • Committer: Steve Langasek
  • Date: 2011-10-28 20:15:52 UTC
  • mfrom: (12827.2.16 trunk)
  • Revision ID: steve.langasek@canonical.com-20111028201552-65t5x77ap08l1wtw
Tags: 0.15.50-2011.10-0ubuntu1~ppa10.04.1
upload to the tools ppa

Show diffs side-by-side

added added

removed removed

Lines of Context:
830
830
        /* jump to same page: we can use a direct jump */
831
831
        tcg_gen_goto_tb(tb_num);
832
832
        tcg_gen_movi_i64(psw_addr, pc);
833
 
        tcg_gen_exit_tb((long)tb + tb_num);
 
833
        tcg_gen_exit_tb((tcg_target_long)tb + tb_num);
834
834
    } else {
835
835
        /* jump to another page: currently not optimized */
836
836
        tcg_gen_movi_i64(psw_addr, pc);