summaryrefslogtreecommitdiff
path: root/disasm.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-14 23:01:03 +0300
committerOxore <oxore@protonmail.com>2023-05-14 23:01:42 +0300
commit8847e3c560327dbc04123fa832983453cc27d542 (patch)
treec7605f3079bcf4684c11b8fb7441edbc29edcffb /disasm.h
parenta8e2bf904ebe7a2c668fbad50ab7433a427607c6 (diff)
Make snprint_reg_mask inlineable
Diffstat (limited to 'disasm.h')
-rw-r--r--disasm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/disasm.h b/disasm.h
index 6eaf48b..6f90dad 100644
--- a/disasm.h
+++ b/disasm.h
@@ -369,5 +369,4 @@ struct DisasmNode {
size_t Disasm(const DataBuffer &code);
void AddReferencedBy(uint32_t offset, ReferenceType);
~DisasmNode();
-private:
};