From 1349c00b782eca3ea841bfa388301cb6fc908cc7 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 18 Oct 2020 20:39:56 +0200 Subject: Namespace Asm --- asm/intel64/xor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/intel64/xor.h') 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 getCode() override -- cgit v1.2.3