diff options
Diffstat (limited to 'asm/intel64/mov.h')
-rw-r--r-- | asm/intel64/mov.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/intel64/mov.h b/asm/intel64/mov.h index 53afed4..06c346e 100644 --- a/asm/intel64/mov.h +++ b/asm/intel64/mov.h @@ -7,7 +7,7 @@ class Op_mov: public Op { public: - Op_mov(Asm::Args& args); + Op_mov(const Asm::Args& args); public: std::vector<uint8_t> getCode() override |