1. 08 5月, 2011 1 次提交
  2. 11 1月, 2011 1 次提交
  3. 14 10月, 2010 1 次提交
    • B
      cris: avoid a write only variable · 03e654c0
      Blue Swirl 提交于
      Compiling with GCC 4.6.0 20100925 produced a warning:
      In file included from /src/qemu/target-cris/translate.c:3154:0:
      /src/qemu/target-cris/translate_v10.c: In function 'dec10_prep_move_m':
      /src/qemu/target-cris/translate_v10.c:111:22: error: variable 'rd' set but not used [-Werror=unused-but-set-variable]
      
      Fix by deleting rd, adjust the only user.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      03e654c0
  4. 19 3月, 2010 1 次提交
  5. 07 3月, 2010 1 次提交
  6. 21 2月, 2010 1 次提交
  7. 16 2月, 2010 1 次提交
  8. 15 2月, 2010 1 次提交