func alignWithMinPad(addr, pow2 uintptr) uintptr { addr += pow2 addr &= -pow2 return addr }
To receive a hint, submit unfixed code.