]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
guest_generic_bb_to_IR.c (stmt_is_guardable): Handle Ist_LoadG.
authorMark Wielaard <mark@klomp.org>
Sat, 25 Jan 2020 14:00:29 +0000 (15:00 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 25 Jan 2020 14:00:32 +0000 (15:00 +0100)
Triggers on Fedora 31 armv7hl with glibc 2.30 in _dl_relocate_object.

VEX/priv/guest_generic_bb_to_IR.c

index 6361725bbf2331c2a016ef3e71fe64cb21cbac41..7bc7b6dbbac78deffac5560d4a397d776b32beab 100644 (file)
@@ -459,6 +459,7 @@ static Bool stmt_is_guardable ( const IRStmt* st )
          return False;
       // These could be guarded, with some effort, if really needed, but
       // currently aren't guardable.
+      case Ist_LoadG:
       case Ist_Store:
       case Ist_StoreG:
       case Ist_Exit: