Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accel/tcg: Add stub for probe_access()
The TCG helpers were added in b92e5a2 in softmmu_template.h. probe_write() was added in there in 3b4afc9 to be moved out to accel/tcg/cputlb.c in 3b08f0a, and was later refactored as probe_access() in c25c283. Since it is a TCG specific helper, add a stub to avoid failures when building without TCG, such: target/arm/helper.o: In function `probe_read': include/exec/exec-all.h:362: undefined reference to `probe_access' Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
- Loading branch information