[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 5f37fd: target-tricore: fix depositing bits f
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] 5f37fd: target-tricore: fix depositing bits from PCXI into... |
Date: |
Mon, 29 Jun 2015 06:30:05 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 5f37fd8e2980818ab71bc4b4e21129e29acd73f7
https://github.com/qemu/qemu/commit/5f37fd8e2980818ab71bc4b4e21129e29acd73f7
Author: Paolo Bonzini <address@hidden>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M target-tricore/op_helper.c
Log Message:
-----------
target-tricore: fix depositing bits from PCXI into ICR
Spotted by Coverity, because (env->PCXI & MASK_PCXI_PCPN) >> 24
is always zero. The immediately preceding assignment is also
wrong though.
Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Bastian Koppelmann <address@hidden>
Message-Id: <address@hidden>
Commit: 2b464e13f0d30e6c0b8f69ec908fceab30aea986
https://github.com/qemu/qemu/commit/2b464e13f0d30e6c0b8f69ec908fceab30aea986
Author: Peter Maydell <address@hidden>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M target-tricore/op_helper.c
Log Message:
-----------
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150629'
into staging
TriCore bugfixes
# gpg: Signature made Mon Jun 29 13:08:17 2015 BST using RSA key ID 6B69CA14
# gpg: Good signature from "Bastian Koppelmann <address@hidden>"
* remotes/bkoppelmann/tags/pull-tricore-20150629:
target-tricore: fix depositing bits from PCXI into ICR
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/dc1e1350f806...2b464e13f0d3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 5f37fd: target-tricore: fix depositing bits from PCXI into...,
GitHub <=