]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Set VEX_HWCAPS_S390X_STFLE if available.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 21 Apr 2012 15:43:25 +0000 (15:43 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 21 Apr 2012 15:43:25 +0000 (15:43 +0000)
This should have been part of r12335.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12525

coregrind/m_machine.c

index d49fcddb7da861b340cb7a0863abda64afba1b06..3f30a0626c68fe227e3b88797676d16f6f7c3e21 100644 (file)
@@ -1130,6 +1130,7 @@ Bool VG_(machine_get_hwcaps)( void )
      if (have_DFP)   vai.hwcaps |= VEX_HWCAPS_S390X_DFP;
      if (have_FGX)   vai.hwcaps |= VEX_HWCAPS_S390X_FGX;
      if (have_ETF2)  vai.hwcaps |= VEX_HWCAPS_S390X_ETF2;
+     if (have_STFLE) vai.hwcaps |= VEX_HWCAPS_S390X_STFLE;
 
      VG_(debugLog)(1, "machine", "hwcaps = 0x%x\n", vai.hwcaps);