mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Fix syntax error
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12763
This commit is contained in:
parent
b54d735e92
commit
3bce85fd9f
@ -215,7 +215,7 @@ static int go(char *feature, char *cpu)
|
||||
} else if (strcmp(feature, "s390x-exrl") == 0 ) {
|
||||
match = (facilities & (1ULL << 28));
|
||||
} else if (strcmp(feature, "s390x-etf3") == 0 ) {
|
||||
match = (facilities & (1ULL << (63 - 30));
|
||||
match = (facilities & (1ULL << (63 - 30)));
|
||||
} else {
|
||||
return 2; // Unrecognised feature.
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user