Arm64Emitter: Remove unused variable from EncodeLoadStoreRegisterOffset
This commit is contained in:
parent
4042945ee5
commit
74b359e390
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue