cpu_group_find_highest_id
returns -1 when the cpu_list
of the group has data instead of advancing to the loop
|
if (!group || group->cpu_list) |
|
return(-1); |
This function is never used so it does not affect dynamips behavior.
Discovered while converting to rust.