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 f00a657..7e07006 100644
--- a/asm/intel64/xor.h
+++ b/asm/intel64/xor.h
@@ -7,7 +7,7 @@
class Op_xor: public Op
{
public:
- Op_xor(AsmArgs& args);
+ Op_xor(Asm::Args& args);
public:
std::vector<uint8_t> getCode() override