target/ppc: Introduce powerpc_excp_74xx
authorFabiano Rosas <farosas@linux.ibm.com>
Fri, 28 Jan 2022 12:15:06 +0000 (13:15 +0100)
committerCédric Le Goater <clg@kaod.org>
Fri, 28 Jan 2022 12:15:06 +0000 (13:15 +0100)
commit52926b0debd4aeced56c1560a4ff77b56547df22
tree40c1af89a5f2d069efc9e60f009c15783f318f4e
parentaca2b93fd7edd00d70bf51bf01428e8f2b6456e0
target/ppc: Introduce powerpc_excp_74xx

Introduce a new powerpc_excp function specific for PowerPC 74xx
CPUs. This commit copies powerpc_excp_legacy verbatim so the next one
has a clean diff.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Message-Id: <20220127201116.1154733-2-farosas@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/excp_helper.c