Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / s390x / sub-z14.c
blobde0a72fb0ef408da638e63bc5e10d870da4b0148
1 #include "sub.h"
3 #define sgh(x, y) ".insn rxy,0xe30000000039, " x ", " y "\n"
5 static void do_regmem_insns(unsigned long m2)
7 memsweep(sgh, m2, 0);
10 int main()
12 for_each_m2(do_regmem_insns);