mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
renaming instruction "type" to "class"
This commit is contained in:
parent
93946c7d5d
commit
c0eada4187
5 changed files with 15 additions and 5 deletions
|
@ -303,7 +303,7 @@ bool ZAMCompiler::PruneUnused() {
|
|||
if ( assignmentless_op.count(inst->op) == 0 )
|
||||
reporter->InternalError("inconsistency in re-flavoring instruction with side effects");
|
||||
|
||||
inst->op_type = assignmentless_op_type[inst->op];
|
||||
inst->op_type = assignmentless_op_class[inst->op];
|
||||
inst->op = assignmentless_op[inst->op];
|
||||
|
||||
inst->v1 = inst->v2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue