1. 01 2月, 2013 3 次提交
  2. 08 1月, 2013 1 次提交
  3. 01 1月, 2013 3 次提交
  4. 06 12月, 2012 2 次提交
  5. 05 11月, 2012 1 次提交
    • B
      target-mips: use ULL for 64 bit constants · 1cfd981f
      Blue Swirl 提交于
      Fix build on a 32 bit host:
        CC    mips-softmmu/target-mips/dsp_helper.o
      /src/qemu/target-mips/dsp_helper.c: In function 'helper_dextr_rs_w':
      /src/qemu/target-mips/dsp_helper.c:3556: error: integer constant is too large for 'long' type
      /src/qemu/target-mips/dsp_helper.c: In function 'helper_extr_s_h':
      /src/qemu/target-mips/dsp_helper.c:3656: error: integer constant is too large for 'long' type
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      1cfd981f
  6. 01 11月, 2012 7 次提交