mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Get rid of some compiler warnings.
Fixes 275339 (Christian Borntraeger <borntraeger@de.ibm.com>) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11832
This commit is contained in:
parent
879929d731
commit
68e01239ae
1
NEWS
1
NEWS
@ -258,6 +258,7 @@ fixed
|
||||
275151] New: Fedora 15 / glibc-2.14 'make regtest' FAIL
|
||||
fixed
|
||||
|
||||
275339 - s390x: fix testcase compile warnings
|
||||
|
||||
|
||||
Release 3.6.1 (16 February 2011)
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "opcodes.h"
|
||||
|
||||
int main()
|
||||
|
||||
@ -33,6 +33,6 @@ int main()
|
||||
asm volatile(".long 0xffffffff\n.long 0xffff0000\n");
|
||||
if (got_ill)
|
||||
printf("0xffffffff does not loop\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user