mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DSPJitRegCache: Make single argument constructor explicit
Prevents implicit conversions.
This commit is contained in:
@ -39,7 +39,7 @@ enum DSPJitSignExtend
|
|||||||
class DSPJitRegCache
|
class DSPJitRegCache
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DSPJitRegCache(DSPEmitter& emitter);
|
explicit DSPJitRegCache(DSPEmitter& emitter);
|
||||||
|
|
||||||
// For branching into multiple control flows
|
// For branching into multiple control flows
|
||||||
DSPJitRegCache(const DSPJitRegCache& cache);
|
DSPJitRegCache(const DSPJitRegCache& cache);
|
||||||
|
Reference in New Issue
Block a user