mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
Arm64Emitter: Make GetReg() const
This commit is contained in:
parent
d9e1bf139f
commit
4f276ede0f
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ public:
|
||||||
{
|
{
|
||||||
return m_type;
|
return m_type;
|
||||||
}
|
}
|
||||||
ARM64Reg GetReg()
|
ARM64Reg GetReg() const
|
||||||
{
|
{
|
||||||
return m_destReg;
|
return m_destReg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue