commit | d43624c400597aec18dff917c1424b807bbb473d | [log] [tgz] |
---|---|---|
author | Giuseppe Musacchio <thatlemon@gmail.com> | Thu Jun 25 11:12:04 2020 +0200 |
committer | Laurent Vivier <laurent@vivier.eu> | Mon Jun 29 13:00:23 2020 +0200 |
tree | 29cc1a586b7d21ebc561a53201764eb56f40cf97 | |
parent | aa04c9d9ef962d516af5ca89667de4282d1c22ef [diff] |
linux-user/sparc64: Fix the handling of window spill trap Fix the handling of window spill traps by keeping cansave into account when calculating the new CWP. Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200625091204.3186186-3-laurent@vivier.eu>