mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
patterns: Added recursion and array size limit pragma
This commit is contained in:
@@ -45,7 +45,8 @@ namespace hex::pl {
|
||||
|
||||
prv::Provider *m_provider = nullptr;
|
||||
std::endian m_defaultEndian = std::endian::native;
|
||||
u32 m_recursionLimit = 32;
|
||||
u32 m_evalDepth;
|
||||
u32 m_arrayLimit;
|
||||
|
||||
std::optional<std::pair<u32, std::string>> m_currError;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user