mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Arm64Emitter: Remove unused variable from EncodeLoadStoreRegisterOffset
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user