mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +01:00
Eliminate variable shadowing warnings with MSVC (#17)
This commit is contained in:
parent
7f9a0c3c38
commit
858796a029
5 changed files with 16 additions and 7 deletions
|
|
@ -127,7 +127,7 @@ public:
|
|||
void int3() { db(0xCC); }
|
||||
void nop(size_t size = 1);
|
||||
|
||||
void SetCodePtr(CodePtr ptr);
|
||||
void SetCodePtr(CodePtr code_ptr);
|
||||
void EnsurePatchLocationSize(CodePtr begin, size_t size);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue