summaryrefslogtreecommitdiffhomepage
path: root/asm/intel64/xor.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/intel64/xor.h')
-rw-r--r--asm/intel64/xor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/intel64/xor.h b/asm/intel64/xor.h
index 7e07006..8cae899 100644
--- a/asm/intel64/xor.h
+++ b/asm/intel64/xor.h
@@ -7,7 +7,7 @@
class Op_xor: public Op
{
public:
- Op_xor(Asm::Args& args);
+ Op_xor(const Asm::Args& args);
public:
std::vector<uint8_t> getCode() override