]> git.ipfire.org Git - thirdparty/valgrind.git/commit
This is a fix to Bug 354797 which added the vbit test support for the
authorCarl Love <cel@us.ibm.com>
Wed, 25 Nov 2015 17:48:25 +0000 (17:48 +0000)
committerCarl Love <cel@us.ibm.com>
Wed, 25 Nov 2015 17:48:25 +0000 (17:48 +0000)
commit0201caa575ecb70350036d1c4fd1a64817627296
tree7d46ad7b1018ba2ff3670a59ba1375d847a5f1c2
parente5b272e28cf9032d97997c0e66d5bf36d3fa94d4
This is a fix to Bug 354797 which added the vbit test support for the
Power 8 instructions.

The patch for bug 354797 moved the declaration for rc outside of the
architecture #ifdef.  This results in an message about rc being unused
on architectures other then s390 and powerpc.  This commit eliminates
the issue by:

powerpc: move rc declaration into #ifdef for powerpc.
      Remove tab, put in missing break.

s390: remove rc declaration from inside case statement.  Put rc declaration
      before the switch statement but within the #ifdef for s390 so it will
      be declared for use in both case clauses.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15738
memcheck/tests/vbit-test/irops.c