]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate.c
target/ppc: Remove DisasContext.exception
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 May 2021 20:50:06 +0000 (17:50 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:29 +0000 (10:30 +1000)
commit7a3fe174b12d0e9c4ccef2306eabf90be504b482
tree9858c521250d33d3074e4c9bd24848375e2293b6
parent6086c751c3ef2d05df25f4c494e097d169c68731
target/ppc: Remove DisasContext.exception

Now that we have removed all of the fake exceptions, and all real
exceptions exit via DISAS_NORETURN, we can remove this field.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20210517205025.3777947-5-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c