Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7c2c3ea3fd9e108a1c174a5db021ac1d33b1a22d
      
https://github.com/qemu/qemu/commit/7c2c3ea3fd9e108a1c174a5db021ac1d33b1a22d
  Author: Eric Johnson <er...@mips.com>
  Date:   2012-11-11 (Sun, 11 Nov 2012)

  Changed paths:
    M target-mips/translate.c

  Log Message:
  -----------
  target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.

The call to gen_logic_imm for OPC_LUI passes -1 for rs.  This
causes the MIPS_DEBUG statement to seg fault due to the deference
of regnames[rs].  This patch fixes that.

Signed-off-by: Eric Johnson <er...@mips.com>
Signed-off-by: Aurelien Jarno <aurel...@aurel32.net>
(aurel32: replaced static string formating by a static string)


  Commit: 3c5645fab3c4b65d0cffbe1aaafc787e4be63d0f
      
https://github.com/qemu/qemu/commit/3c5645fab3c4b65d0cffbe1aaafc787e4be63d0f
  Author: Kirill Batuzov <batuz...@ispras.ru>
  Date:   2012-11-11 (Sun, 11 Nov 2012)

  Changed paths:
    M tcg/tcg.c

  Log Message:
  -----------
  tcg: properly check that op's output needs to be synced to memory

Fix typo introduced in b3a1be87bac3a6aaa59bb88c1410f170dc9b22d5.

Reported-by: Ruslan Savchenko <ruslan.savche...@gmail.com>
Signed-off-by: Kirill Batuzov <batuz...@ispras.ru>
Signed-off-by: Aurelien Jarno <aurel...@aurel32.net>


Compare: https://github.com/qemu/qemu/compare/0af10c86ed66...3c5645fab3c4

Reply via email to