]> git.ipfire.org Git - thirdparty/qemu.git/commit
cputlb: Use qemu_build_not_reached in load/store_helpers
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 23 Sep 2019 21:14:31 +0000 (14:14 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Sep 2019 17:23:45 +0000 (10:23 -0700)
commit86b7b9c507b52a430fe3c644c0afbc6adfb92869
treefaa8ad3476226c19a21368fafc22428afc6f0d20
parent560e36d5a42e04aa2871c01da6d432592151f7e8
cputlb: Use qemu_build_not_reached in load/store_helpers

Increase the current runtime assert to a compile-time assert.

Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c