summaryrefslogtreecommitdiff
path: root/disasm.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-01 01:31:21 +0300
committerOxore <oxore@protonmail.com>2023-05-01 01:31:21 +0300
commitc04ca8aab1ad9811372738113cfb5365ec056516 (patch)
tree7ef70f38ddeaf26e6390a1b6064b4d9c23d44db2 /disasm.h
parentd38bdcabf534e2c639299f3a8fff8b9e048bbaf4 (diff)
Impl MOVEQ
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 017a8bc..5d2a9ae 100644
--- a/disasm.h
+++ b/disasm.h
@@ -15,7 +15,6 @@ constexpr size_t kRefsCountPerBuffer = 10;
constexpr size_t kMnemonicBufferSize = 8;
constexpr size_t kArgsBufferSize = 80;
-constexpr size_t kMarkBufferSize = 64;
enum class ReferenceType {
kUnknown = 0,