blob: 967235dc0b7c31d001ad0a401425a3ec8e505791 [file] [log] [blame]
Dmitry V. Levind70d1c42015-03-22 22:13:55 +00001scno = mips_REG_V0;
2
3if (!SCNO_IN_RANGE(scno)) {
4 if (mips_REG_A3 == 0 || mips_REG_A3 == (uint64_t) -1) {
5 if (debug_flag)
6 fprintf(stderr, "stray syscall exit: v0 = %ld\n", scno);
7 return 0;
8 }
9}