mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Core: Join some variable declarations and assignments
This commit is contained in:
@ -880,9 +880,8 @@ bool DSPAssembler::AssembleFile(const char *fname, int pass)
|
||||
}
|
||||
}
|
||||
|
||||
char *opcode = nullptr;
|
||||
opcode = strtok(ptr, " ");
|
||||
char *opcode_ext = nullptr;
|
||||
char* opcode = strtok(ptr, " ");
|
||||
char* opcode_ext = nullptr;
|
||||
|
||||
u32 params_count = 0;
|
||||
u32 params_count_ext = 0;
|
||||
|
Reference in New Issue
Block a user