You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a location directive inserted into the assembly that points to the end of the function, used for the ret instruction. However, no line 0 directive is inserted before the generated prologue code, meaning the last directive of line 14 continues to apply. This means that the prologue is incorrectly assigned to line 14.