]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
libvex_test: Use arm64_[di]MinLine_lg2_szB values that make libvex happy.
authorMark Wielaard <mark@klomp.org>
Wed, 9 Sep 2015 13:40:23 +0000 (13:40 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 9 Sep 2015 13:40:23 +0000 (13:40 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15647

none/tests/libvex_test.c

index 5718e54d4179d6cb6f2e58cb57db8e313c2f2cc8..57184c0d680769eb2e100924fa5afa89d870d8b6 100644 (file)
@@ -221,6 +221,10 @@ int main(int argc, char **argv)
    // Use some values that makes AMD64 happy.
    vta.abiinfo_both.guest_stack_redzone_size = 128;
 
+   // Use some values that makes ARM64 happy.
+   vta.archinfo_guest.arm64_dMinLine_lg2_szB = 6;
+   vta.archinfo_guest.arm64_iMinLine_lg2_szB = 6;
+
    // Prepare first for a translation where guest == host
    // We will translate the get_guest_arch function
    vta.arch_guest                 = guest_arch;