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