mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -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_op = 0;
|
||||
bool shift = false;
|
||||
|
||||
if (size == 8)
|
||||
{
|
||||
|
Reference in New Issue
Block a user