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
The PR #19404 fixed a serious issue with saving/restoring registers on ARC architecture.
This fix needs to be backported to the V1.14 branch.
In addition to the fixes stated in its commit message, it also fixes a problem where registers r3-r5 were not properly saved/restored if these registers were not used as system call arguments (arch_syscall_invoke0, for example)
The text was updated successfully, but these errors were encountered:
The PR #19404 fixed a serious issue with saving/restoring registers on ARC architecture.
This fix needs to be backported to the V1.14 branch.
In addition to the fixes stated in its commit message, it also fixes a problem where registers r3-r5 were not properly saved/restored if these registers were not used as system call arguments (arch_syscall_invoke0, for example)
The text was updated successfully, but these errors were encountered: