Home
last modified time | relevance | path

Searched refs:sigill_count (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dtrap.c43 int sigill_count; variable
56 ++sigill_count; in sig_handler()
65 sigfpe_count = sigill_count = 0; in main()
96 if (sigill_count != 0) { in main()
97 error("unexpected SIGILL count: %d != 0", sigill_count); in main()