mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #4594 from lioncash/regcache
DSPJitRegCache: Make single argument constructor explicit
This commit is contained in:
commit
c33c9532a7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue