diff options
author | Oxore <oxore@protonmail.com> | 2023-05-01 01:31:21 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-01 01:31:21 +0300 |
commit | c04ca8aab1ad9811372738113cfb5365ec056516 (patch) | |
tree | 7ef70f38ddeaf26e6390a1b6064b4d9c23d44db2 /disasm.h | |
parent | d38bdcabf534e2c639299f3a8fff8b9e048bbaf4 (diff) |
Impl MOVEQ
Diffstat (limited to 'disasm.h')
-rw-r--r-- | disasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |