mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
still more nit-squashing
This commit is contained in:
parent
10d8c2fe6b
commit
81e8354ada
4 changed files with 9 additions and 8 deletions
|
@ -315,7 +315,7 @@ void ZAMCompiler::RemapFrameDenizens(const std::vector<int>& inst1_to_inst2)
|
|||
// the form "slotX = slotX". In that
|
||||
// case, look forward for the next viable
|
||||
// instruction.
|
||||
while ( start < int(insts1.size()) &&
|
||||
while ( start < insts1.size() &&
|
||||
inst1_to_inst2[start] == -1 )
|
||||
++start;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue