diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-10-18 20:39:56 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-10-18 20:39:56 +0200 |
commit | 1349c00b782eca3ea841bfa388301cb6fc908cc7 (patch) | |
tree | 0d1501368f8df3ffe39ca2e97157a7549b4cf7a5 /asm/intel64/xor.h | |
parent | 0cb5824977dbff51fa7b77c20279b6bd4cb49d78 (diff) |
Namespace Asm
Diffstat (limited to 'asm/intel64/xor.h')
-rw-r--r-- | asm/intel64/xor.h | 2 |
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 |