]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix an uninitialised variable found be BEAM.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 1 Sep 2012 23:48:09 +0000 (23:48 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 1 Sep 2012 23:48:09 +0000 (23:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12927

coregrind/m_machine.c

index 16e1e257ad04bebe57bad52cc59c92ea122c4a2d..f2d90a211e792acee673c9a1bb25a54e27f7e560 100644 (file)
@@ -1194,6 +1194,7 @@ Bool VG_(machine_get_hwcaps)( void )
      have_ETF2 = False;
      have_ETF3 = False;
      have_STCKF = False;
+     have_FPEXT = False;
      if (VG_MINIMAL_SETJMP(env_unsup_insn)) {
         have_STFLE = False;
      } else {