Added support for volatile

This commit is contained in:
ceriel
1991-10-02 13:03:31 +00:00
parent ed1a07a874
commit 2b7aae3b44
4 changed files with 9 additions and 1 deletions

View File

@@ -143,6 +143,9 @@ STATIC anal_instr(p,b,cf)
case ps_hol:
check_labels(p,ARG(l));
break;
case op_nop: /* volatile */
UNSUITABLE(p);
break;
}
}
}