]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/riscv: Fix RISC-VH host build failure
authorAlistair Francis <alistair.francis@wdc.com>
Thu, 20 Jun 2019 14:04:18 +0000 (07:04 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Jul 2019 06:26:11 +0000 (08:26 +0200)
commit7ab7e9c7c791d89edda799ef1295836918efb585
tree36949812db8bc8ae99c85e68321226301440fc73
parentf34edbc760b0f689deddd175fc08732ecb46665f
tcg/riscv: Fix RISC-VH host build failure

Commit 269bd5d8 "cpu: Move the softmmu tlb to CPUNegativeOffsetState'
broke the RISC-V host build as there are two variables that are used but
not defined.

This patch renames the undefined variables mask_off and table_off to the
existing (but unused) mask_ofs and table_ofs variables.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <79729cc88ca509e08b5c4aa0aa8a52847af70c0f.1561039316.git.alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/riscv/tcg-target.inc.c