1. 11 3月, 2012 1 次提交
    • S
      tcg: Improve tcg_out_label and fix its usage for w64 · 9d6fca70
      Stefan Weil 提交于
      tcg_out_label is always called with a third argument of pointer type
      which was casted to tcg_target_long.
      
      These casts can be avoided by changing the prototype of tcg_out_label.
      
      There was also a cast to long. For most hosts with
      sizeof(long) == sizeof(tcg_target_long) == sizeof(void *) this did not
      matter, but for w64 it was wrong. This is fixed now.
      
      Cc: Blue Swirl <blauwirbel@gmail.com>
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      9d6fca70
  2. 15 11月, 2011 1 次提交
  3. 01 10月, 2011 1 次提交
  4. 18 9月, 2011 1 次提交
  5. 27 6月, 2011 4 次提交
  6. 11 6月, 2010 2 次提交
  7. 10 6月, 2010 1 次提交
  8. 09 6月, 2010 2 次提交
  9. 03 6月, 2010 7 次提交
  10. 22 5月, 2010 15 次提交
  11. 21 5月, 2010 5 次提交