diff options
author | Oxore <oxore@protonmail.com> | 2023-05-14 23:01:03 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-14 23:01:42 +0300 |
commit | 8847e3c560327dbc04123fa832983453cc27d542 (patch) | |
tree | c7605f3079bcf4684c11b8fb7441edbc29edcffb /disasm.h | |
parent | a8e2bf904ebe7a2c668fbad50ab7433a427607c6 (diff) |
Make snprint_reg_mask inlineable
Diffstat (limited to 'disasm.h')
-rw-r--r-- | disasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -369,5 +369,4 @@ struct DisasmNode { size_t Disasm(const DataBuffer &code); void AddReferencedBy(uint32_t offset, ReferenceType); ~DisasmNode(); -private: }; |