repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
replay: don't synchronize memory operations in replay mode
[qemu/ar7.git]
/
tests
/
tcg
/
alpha
/
hello-alpha.c
blob
84e43b2fc4a254c82154c6b1168159e3c86578a3
1
#include <unistd.h>
2
3
int
main
(
void
)
4
{
5
write
(
1
,
"hello
\n
"
,
6
);
6
return
0
;
7
}