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/jmp.h | |
parent | 0cb5824977dbff51fa7b77c20279b6bd4cb49d78 (diff) |
Namespace Asm
Diffstat (limited to 'asm/intel64/jmp.h')
-rw-r--r-- | asm/intel64/jmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/intel64/jmp.h b/asm/intel64/jmp.h index db8a5a8..a7c7511 100644 --- a/asm/intel64/jmp.h +++ b/asm/intel64/jmp.h @@ -10,7 +10,7 @@ class Op_jmp: public Op, public AddressFeature { public: - Op_jmp(const std::string& name, AsmArgs& args, const OP_T& jmp8, const OP_T& jmp32); + Op_jmp(const std::string& name, Asm::Args& args, const OP_T& jmp8, const OP_T& jmp32); std::vector<uint8_t> getCode() override { |