mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 16:28:09 +00:00
gl_shader_decompiler: Get rid of variable shadowing within LEA instructions
These variables are already defined within an outer scope.
This commit is contained in:
parent
bdd44b2044
commit
35c05e8bf2
1 changed files with 0 additions and 2 deletions
|
@ -1510,8 +1510,6 @@ private:
|
||||||
case OpCode::Id::LEA_IMM:
|
case OpCode::Id::LEA_IMM:
|
||||||
case OpCode::Id::LEA_RZ:
|
case OpCode::Id::LEA_RZ:
|
||||||
case OpCode::Id::LEA_HI: {
|
case OpCode::Id::LEA_HI: {
|
||||||
std::string op_a;
|
|
||||||
std::string op_b;
|
|
||||||
std::string op_c;
|
std::string op_c;
|
||||||
|
|
||||||
switch (opcode->GetId()) {
|
switch (opcode->GetId()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue