core: a little bit of code clean up

This commit is contained in:
zilmar 2025-05-15 11:52:39 +09:30
parent 6ba97eb4eb
commit d9c9973a0e
2 changed files with 130 additions and 131 deletions

View File

@ -139,7 +139,6 @@ public:
RSPFlag VCE;
};
#if defined(__i386__) || defined(_M_IX86)
extern const char * x86_Strings[8];
#define x86_Name(Reg) (x86_Strings[(Reg)])