mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
fixes for a number of ZAM optimization bugs
This commit is contained in:
parent
9bfe18473d
commit
1dc74eaa9c
11 changed files with 44 additions and 28 deletions
|
@ -121,7 +121,7 @@ public:
|
|||
ZInstAux* aux = nullptr;
|
||||
|
||||
// Location associated with this instruction, for error reporting.
|
||||
const Location* loc = nullptr;
|
||||
std::shared_ptr<Location> loc;
|
||||
|
||||
// Interpreter call expression associated with this instruction,
|
||||
// for error reporting and stack backtraces.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue