target/tricore: Change effective address (ea) to target_ulong
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Sep 2023 10:53:26 +0000 (12:53 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 29 Sep 2023 06:28:09 +0000 (08:28 +0200)
commitceada000846b0cd81c578b1da9f76d0c59536654
tree56aa866b6acf8f7b0275eef8721dc4798dd60453
parent824b2cb39c3c7dfa93f50d99d8bbd0c6d217ce24
target/tricore: Change effective address (ea) to target_ulong

as this is an effective address and those cannot be signed,
it should not be a signed integer.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-ID: <20230913105326.40832-11-kbastian@mail.uni-paderborn.de>
target/tricore/op_helper.c