Skip to content

Commit d08ef09

Browse files
author
philippe
committed
Following fix done in tilegx host in vex: r3130, reenable tilegx as host
in libvexmultiarch_test git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15099 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent b3f7450 commit d08ef09

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

none/tests/libvex_test.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,6 @@ int main(int argc, char **argv)
241241
show_vta("skipped (word size differs)", &vta);
242242
continue;
243243
}
244-
// Special condition for VexArchTILEGX that is not yet ready
245-
// to run in multiarch as an host for different guest.
246-
if (va == VexArchTILEGX
247-
&& guest_arch != VexArchTILEGX
248-
&& multiarch != va) {
249-
show_vta("skipped (TILEGX host and guest != TILEGX)", &vta);
250-
continue;
251-
}
252244
if (multiarch > VexArch_INVALID
253245
&& multiarch != va) {
254246
show_vta("skipped (!= specific requested arch)", &vta);

0 commit comments

Comments
 (0)