DSPJitRegCache: Make single argument constructor explicit
Prevents implicit conversions.
This commit is contained in:
parent
cbb0f78dd1
commit
342b76a594
|
@ -39,7 +39,7 @@ enum DSPJitSignExtend
|
|||
class DSPJitRegCache
|
||||
{
|
||||
public:
|
||||
DSPJitRegCache(DSPEmitter& emitter);
|
||||
explicit DSPJitRegCache(DSPEmitter& emitter);
|
||||
|
||||
// For branching into multiple control flows
|
||||
DSPJitRegCache(const DSPJitRegCache& cache);
|
||||
|
|
Loading…
Reference in New Issue