mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
'g' for accessing globals
This commit is contained in:
parent
6272db4cdd
commit
5369b5b81e
9 changed files with 18 additions and 15 deletions
|
@ -254,7 +254,7 @@ public:
|
|||
bool IsLoad() const { return op_type == OP_VV_FRAME || IsNonLocalLoad(); }
|
||||
|
||||
// True if the instruction corresponds to storing a global.
|
||||
bool IsGlobalStore() const { return op == OP_STORE_GLOBAL_i; }
|
||||
bool IsGlobalStore() const { return op == OP_STORE_GLOBAL_g; }
|
||||
|
||||
void CheckIfManaged(const TypePtr& t) {
|
||||
if ( ZVal::IsManagedType(t) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue