mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
fixed size prefix in find command [smf]
This commit is contained in:
parent
aff77c2408
commit
e77d144c6f
@ -3395,7 +3395,7 @@ void debugger_commands::execute_find(int spacenum, const std::vector<std::string
|
||||
data_size[data_count++] |= 0x10;
|
||||
|
||||
// otherwise, validate as a number
|
||||
else if (!validate_number_parameter(params[i], data_to_find[data_count++]))
|
||||
else if (!validate_number_parameter(pdata, data_to_find[data_count++]))
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user