mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
LibDebug: Keep track of the SetEpilogueBegin LineProgram OpCode
This prevents a crash with clang 16.
This commit is contained in:
parent
1e1fcb2ae7
commit
aa0ed4ab4e
2 changed files with 5 additions and 0 deletions
|
@ -190,6 +190,7 @@ private:
|
|||
bool m_is_statement { false };
|
||||
bool m_basic_block { false };
|
||||
bool m_prologue_end { false };
|
||||
bool m_epilogue_begin { false };
|
||||
|
||||
Vector<LineInfo> m_lines;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue