1. 27 10月, 2011 11 次提交
  2. 26 10月, 2011 1 次提交
    • S
      target-sparc: Fix order of function parameters · f37e2a6b
      Stefan Weil 提交于
      The MinGW-w64 gcc complains about wrong parameters for
      gen_helper_fpadd16_s and three other functions.
      
      gen_helper_fpadd16_s is declared like this (hidden in lots of macros):
      
      static inline void
       gen_helper_fpadd16s(TCGv_i32 retval, TCGv_ptr arg1,
                           TCGv_i32 arg2, TCGv_i32 arg3);
      
      So it looks like cpu_env should be the 2nd parameter.
      
      Please review this patch as I have no environment to test it
      (maybe the 1st parameter should be cpu_dst?).
      
      Cc: Blue Swirl <blauwirbel@gmail.com>
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      f37e2a6b
  3. 23 10月, 2011 3 次提交
  4. 06 8月, 2011 1 次提交
  5. 30 7月, 2011 2 次提交
  6. 21 7月, 2011 2 次提交
  7. 15 7月, 2011 1 次提交
  8. 14 7月, 2011 3 次提交
  9. 02 7月, 2011 1 次提交
  10. 27 6月, 2011 1 次提交
  11. 22 5月, 2011 1 次提交
  12. 14 5月, 2011 2 次提交
  13. 20 4月, 2011 1 次提交
    • S
      Remove unused function parameters from gen_pc_load and rename the function · e87b7cb0
      Stefan Weil 提交于
      Function gen_pc_load was introduced in commit
      d2856f1a.
      The only reason for parameter searched_pc was
      a debug statement in target-i386/translate.c.
      
      Parameter puc was needed by target-sparc until
      commit d7da2a10.
      
      Remove searched_pc from the debug statement and remove both
      parameters from the parameter list of gen_pc_load.
      
      As the function name gen_pc_load was also misleading,
      it is now called restore_state_to_opc. This new name
      was suggested by Peter Maydell, thanks.
      
      v2: Remove last parameter, too, and rename the function.
      
      v3: Fix [] typo in target-arm/translate.c.
          Fix wrong SHA1 object name in commit message (copy+paste error).
      
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      e87b7cb0
  14. 10 4月, 2011 1 次提交
  15. 25 1月, 2011 2 次提交
  16. 29 12月, 2010 1 次提交
  17. 03 6月, 2010 3 次提交
  18. 22 5月, 2010 2 次提交
  19. 21 5月, 2010 1 次提交