1. 05 2月, 2011 1 次提交
  2. 16 1月, 2011 2 次提交
  3. 15 1月, 2011 10 次提交
  4. 12 1月, 2011 1 次提交
    • A
      target-sh4: fix fpu disabled/illegal exception · 86865c5f
      Aurelien Jarno 提交于
      Illegal instructions in a slot delay should generate a slot illegal
      instruction exception instead of an illegal instruction exception.
      
      The current PC should be saved before generating such an exception,
      but should not be corrected if in a delay slot, given it's already
      done in the exception handler do_interrupt().
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      86865c5f
  5. 30 10月, 2010 1 次提交
  6. 12 7月, 2010 2 次提交
  7. 05 5月, 2010 1 次提交
  8. 09 4月, 2010 1 次提交
  9. 10 2月, 2010 1 次提交
  10. 08 2月, 2010 1 次提交
  11. 12 9月, 2009 1 次提交
    • B
      Fix sys-queue.h conflict for good · 72cf2d4f
      Blue Swirl 提交于
      Problem: Our file sys-queue.h is a copy of the BSD file, but there are
      some additions and it's not entirely compatible. Because of that, there have
      been conflicts with system headers on BSD systems. Some hacks have been
      introduced in the commits 15cc9235,
      f40d7537,
      96555a96 and
      3990d09a but the fixes were fragile.
      
      Solution: Avoid the conflict entirely by renaming the functions and the
      file. Revert the previous hacks.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      72cf2d4f
  12. 17 7月, 2009 1 次提交
  13. 14 5月, 2009 1 次提交
  14. 25 4月, 2009 1 次提交
  15. 06 4月, 2009 1 次提交
  16. 02 4月, 2009 1 次提交
    • E
      SH: Improve movca.l/ocbi emulation. · 852d481f
      edgar_igl 提交于
      Author: Vladimir Prus <vladimir@codesourcery.com>
      
          Fix movcal.l/ocbi emulation.
      
              * target-sh4/cpu.h (memory_content): New.
              (CPUSH4State): New fields movcal_backup and movcal_backup_tail.
              * target-sh4/helper.h (helper_movcal)
              (helper_discard_movcal_backup, helper_ocbi): New.
              * target-sh4/op_helper.c (helper_movcal)
              (helper_discard_movcal_backup, helper_ocbi): New.
              * target-sh4/translate.c (DisasContext): New field has_movcal.
              (sh4_defs): Update CVS for SH7785.
              (cpu_sh4_init): Initialize env->movcal_backup_tail.
              (_decode_opc): Discard movca.l-backup.
              Make use of helper_movcal and helper_ocbi.
              (gen_intermediate_code_internal): Initialize has_movcal to 1.
      
      Thanks to Shin-ichiro KAWASAKI and Paul Mundt for valuable feedback.
      Acked-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6966 c046a42c-6fe2-441c-8c8c-71466251a162
      852d481f
  17. 03 3月, 2009 1 次提交
  18. 07 2月, 2009 1 次提交
  19. 06 2月, 2009 1 次提交
  20. 27 1月, 2009 1 次提交
  21. 16 1月, 2009 2 次提交
  22. 15 1月, 2009 1 次提交
  23. 05 1月, 2009 1 次提交
  24. 01 1月, 2009 1 次提交
  25. 23 12月, 2008 1 次提交
  26. 14 12月, 2008 3 次提交