mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
jit_blacklist fix
This commit is contained in:
parent
6ccf4f2919
commit
e3fafef103
@ -4195,7 +4195,7 @@ static bool merge_blacklist2(const char *blacklist)
|
||||
|
||||
TCHAR *s = au(p);
|
||||
bool found = false;
|
||||
for (int i = 0; lookuptab[i].name; i++) {
|
||||
for (int i = 0; lookuptab[i].name[0]; i++) {
|
||||
if (!_tcsnicmp(s, lookuptab[i].name, len) && _tcslen(lookuptab[i].name) == len) {
|
||||
int mnemo = lookuptab[i].mnemo;
|
||||
for (int opcode = 0; opcode < 0xf000; opcode++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user