sim: ppc: rename local ALU SIGNED64 macros
authorMike Frysinger <vapier@gentoo.org>
Wed, 3 Jan 2024 07:13:55 +0000 (02:13 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 3 Jan 2024 07:13:55 +0000 (02:13 -0500)
commit9c81c318f6c78500e1022ba759ba659482cbe5c4
tree478d236d73bfbb6adfc9bf6151b633e0529e5540
parent34cacf7d970c6e2506e2c8eba9b7cb77accd53a4
sim: ppc: rename local ALU SIGNED64 macros

The common/ code has macros with the same name but different behavior:
it's for declaring integer constants as 64-bit, not for casting them.
Rename ppc's local variant since it's only used in this file in order
to avoid conflicts.
sim/ppc/idecode_expression.h