mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Common/CodeBlock: Namespace code under the Common namespace
Brings more common code under the Common namespace.
This commit is contained in:
parent
f51eba9e79
commit
1c63a48fab
3 changed files with 5 additions and 2 deletions
|
@ -1126,7 +1126,7 @@ private:
|
|||
void UXTL(u8 src_size, ARM64Reg Rd, ARM64Reg Rn, bool upper);
|
||||
};
|
||||
|
||||
class ARM64CodeBlock : public CodeBlock<ARM64XEmitter>
|
||||
class ARM64CodeBlock : public Common::CodeBlock<ARM64XEmitter>
|
||||
{
|
||||
private:
|
||||
void PoisonMemory() override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue