Common/CodeBlock: Namespace code under the Common namespace

Brings more common code under the Common namespace.
This commit is contained in:
Lioncash
2018-05-17 15:56:15 -04:00
parent f51eba9e79
commit 1c63a48fab
3 changed files with 5 additions and 2 deletions

View File

@ -1155,7 +1155,7 @@ public:
}
}; // class XEmitter
class X64CodeBlock : public CodeBlock<XEmitter>
class X64CodeBlock : public Common::CodeBlock<XEmitter>
{
private:
void PoisonMemory() override