1. 12 7月, 2016 1 次提交
  2. 25 8月, 2015 2 次提交
  3. 04 6月, 2015 1 次提交
  4. 05 6月, 2014 1 次提交
  5. 13 5月, 2014 1 次提交
  6. 29 4月, 2014 1 次提交
  7. 19 4月, 2014 1 次提交
  8. 18 2月, 2014 2 次提交
  9. 13 10月, 2013 1 次提交
  10. 11 10月, 2013 1 次提交
  11. 03 9月, 2013 3 次提交
  12. 24 2月, 2013 5 次提交
  13. 29 12月, 2012 1 次提交
  14. 19 12月, 2012 1 次提交
  15. 12 10月, 2012 1 次提交
  16. 22 9月, 2012 3 次提交
  17. 16 9月, 2012 1 次提交
  18. 04 3月, 2012 1 次提交
    • S
      w64: Fix data type of parameters for flush_icache_range · f57a5160
      Stefan Weil 提交于
      flush_icache_range takes two address parameters which must be large
      enough to address any address of the host.
      
      For hosts with sizeof(unsigned long) == sizeof(void *), this patch
      changes nothing. All currently supported hosts fall into this category.
      
      For w64 hosts, sizeof(unsigned long) is 4 while sizeof(void *) is 8,
      so the use of tcg_target_ulong is needed for i386 and tci (the tcg
      targets which work with w64).
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      f57a5160
  19. 09 12月, 2011 1 次提交
  20. 15 11月, 2011 1 次提交
  21. 01 10月, 2011 1 次提交
  22. 22 8月, 2011 1 次提交
  23. 10 6月, 2010 1 次提交
  24. 27 3月, 2010 4 次提交
  25. 15 3月, 2010 1 次提交
  26. 20 2月, 2010 1 次提交
  27. 04 10月, 2009 1 次提交