get_min_spd_ea

Return the address with the minimal spd (stack pointer delta)
If there are no SP change points, then return BADADDR.
     func_ea - function start
returns: BADDADDR - no such function

long get_min_spd_ea(func_ea);

Last updated