OSDN Git Service

target/tricore: Correctly fix saving PSW.CDE to CSA on call
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 12 Jun 2023 11:32:43 +0000 (13:32 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 21 Jun 2023 16:09:54 +0000 (18:09 +0200)
commit5434557ffc5b46f178ccf325517db2b1f5e2c037
tree04a908d894af0e60aafe3331dcc871fcc6c9eecc
parentd34b092cab606a47a0d76edde45aab7100bb2435
target/tricore: Correctly fix saving PSW.CDE to CSA on call

we don't want to save PSW.CDC to the CSA, but PSW.CDE must be saved.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1699
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <20230612113245.56667-3-kbastian@mail.uni-paderborn.de>
target/tricore/op_helper.c