mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +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;
|
data_size[data_count++] |= 0x10;
|
||||||
|
|
||||||
// otherwise, validate as a number
|
// 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;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user