repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FreeBSD: add file descriptor tracking for _umtx_op
[valgrind.git]
/
none
/
tests
/
s390x
/
op00.c
blob
fd9da277b60310a360245114ff1e6fc8ffbc0408
1
/* Test for invalid instruction 00. */
2
int
main
(
int
argc
,
char
*
argv
[])
3
{
4
asm
volatile
(
".insn e,0x0000"
);
5
return
0
;
6
}