qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] ed6c64: target-arm: Update PC before calling


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] ed6c64: target-arm: Update PC before calling gen_helper_ch...
Date: Thu, 12 Nov 2015 09:00:02 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: ed6c64489ef11d9ac5fb4b4c89d455a4f1ae8083
      
https://github.com/qemu/qemu/commit/ed6c64489ef11d9ac5fb4b4c89d455a4f1ae8083
  Author: Sergey Fedorov <address@hidden>
  Date:   2015-11-12 (Thu, 12 Nov 2015)

  Changed paths:
    M target-arm/translate-a64.c
    M target-arm/translate.c

  Log Message:
  -----------
  target-arm: Update PC before calling gen_helper_check_breakpoints()

PC should be updated in the CPU state before calling check_breakpoints()
helper. Otherwise, the helper would not see the correct PC in the CPU
state if it is not at the start of a TB.

Signed-off-by: Sergey Fedorov <address@hidden>
Message-id: address@hidden
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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