qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 7c2c3e: target-mips: Fix seg fault for LUI wh


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 7c2c3e: target-mips: Fix seg fault for LUI when MIPS_DEBUG...
Date: Sun, 11 Nov 2012 08:30:09 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7c2c3ea3fd9e108a1c174a5db021ac1d33b1a22d
      
https://github.com/qemu/qemu/commit/7c2c3ea3fd9e108a1c174a5db021ac1d33b1a22d
  Author: Eric Johnson <address@hidden>
  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 <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>
(aurel32: replaced static string formating by a static string)


  Commit: 3c5645fab3c4b65d0cffbe1aaafc787e4be63d0f
      
https://github.com/qemu/qemu/commit/3c5645fab3c4b65d0cffbe1aaafc787e4be63d0f
  Author: Kirill Batuzov <address@hidden>
  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 <address@hidden>
Signed-off-by: Kirill Batuzov <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>


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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]