mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Debugger: codacy warnings
This commit is contained in:
committed by
refractionpcsx2
parent
823618aea8
commit
87ee413141
@@ -53,7 +53,7 @@ enum ReferenceIndexType
|
||||
class MipsExpressionFunctions : public IExpressionFunctions
|
||||
{
|
||||
public:
|
||||
MipsExpressionFunctions(DebugInterface* cpu)
|
||||
explicit MipsExpressionFunctions(DebugInterface* cpu)
|
||||
: cpu(cpu){};
|
||||
|
||||
virtual bool parseReference(char* str, u64& referenceIndex)
|
||||
|
||||
Reference in New Issue
Block a user