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