mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-26 19:28:44 +00:00
Merge pull request #2604 from lioncash/var
Arm64Emitter: Remove unused variable from EncodeLoadStoreRegisterOffset
This commit is contained in:
commit
1c1282fddc
1 changed files with 0 additions and 1 deletions
|
@ -2445,7 +2445,6 @@ void ARM64FloatEmitter::EncodeLoadStoreRegisterOffset(u32 size, bool load, ARM64
|
||||||
|
|
||||||
u32 encoded_size = 0;
|
u32 encoded_size = 0;
|
||||||
u32 encoded_op = 0;
|
u32 encoded_op = 0;
|
||||||
bool shift = false;
|
|
||||||
|
|
||||||
if (size == 8)
|
if (size == 8)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue