Added support for volatile

This commit is contained in:
ceriel
1991-10-02 13:03:31 +00:00
parent 46a85041c8
commit 16d7372ac1
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;
}
}
}