now yes
This commit is contained in:
parent
b572cdff2f
commit
e7cc87a610
|
@ -21,7 +21,7 @@ int LookupFile(AMX_DBG *amxdbg, ucell address)
|
|||
while (high - low > 1)
|
||||
{
|
||||
mid = USHR(low + high);
|
||||
if (amxdbg->filetbl[mid]->address < address)
|
||||
if (amxdbg->filetbl[mid]->address <= address)
|
||||
{
|
||||
low = mid;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user