summaryrefslogtreecommitdiffstats
path: root/hw/alpha
diff options
context:
space:
mode:
authorRichard Henderson2017-07-06 21:45:07 +0200
committerRichard Henderson2017-07-19 06:41:52 +0200
commitbcd2625da578d281c710033995d0fb6ea3dff1d4 (patch)
tree5d26be91643b98fba5e25ca213449631d689cb0d /hw/alpha
parenttarget/alpha: Copy tb->flags into DisasContext (diff)
downloadqemu-bcd2625da578d281c710033995d0fb6ea3dff1d4.tar.gz
qemu-bcd2625da578d281c710033995d0fb6ea3dff1d4.tar.xz
qemu-bcd2625da578d281c710033995d0fb6ea3dff1d4.zip
target/alpha: Merge several flag bytes into ENV->FLAGS
The flags are arranged such that we can manipulate them either a whole, or as individual bytes. The computation within cpu_get_tb_cpu_state is now reduced to a single load and mask. Tested-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'hw/alpha')
-rw-r--r--hw/alpha/dp264.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/alpha/dp264.c b/hw/alpha/dp264.c
index 85405da3df..3b307ad873 100644
--- a/hw/alpha/dp264.c
+++ b/hw/alpha/dp264.c
@@ -123,7 +123,6 @@ static void clipper_init(MachineState *machine)
/* Start all cpus at the PALcode RESET entry point. */
for (i = 0; i < smp_cpus; ++i) {
- cpus[i]->env.pal_mode = 1;
cpus[i]->env.pc = palcode_entry;
cpus[i]->env.palbr = palcode_entry;
}