mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
'g' for accessing globals
This commit is contained in:
parent
6272db4cdd
commit
5369b5b81e
9 changed files with 18 additions and 15 deletions
|
@ -423,7 +423,7 @@ void ZAMCompiler::ComputeFrameLifetimes() {
|
|||
continue;
|
||||
}
|
||||
|
||||
case OP_STORE_GLOBAL_i: {
|
||||
case OP_STORE_GLOBAL_g: {
|
||||
// Use of the global goes to here.
|
||||
auto slot = frame_layout1[globalsI[inst->v1].id.get()];
|
||||
ExtendLifetime(slot, EndOfLoop(inst, 1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue