commit | f2488736371ae902f345cf9270d141f0a6797731 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 28 14:40:52 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Oct 01 10:20:33 2013 -0700 |
tree | 62f0462125497b8c198ac649e7137f084bb4de97 | |
parent | e5e2e4a74b75b41f72e1e3b3bac8c2a6b02896c2 [diff] |
tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlb One of the two constraints we already checked via #if, but the tlb offset distance was only checked at runtime. Signed-off-by: Richard Henderson <rth@twiddle.net>