commit | f920ffdd8ed6d0abb34fdf2bbb85926cfb40aef2 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Sep 13 13:01:07 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Oct 30 09:52:04 2021 -0700 |
tree | 32b3d41f43fa0464510ea9b2d0ba330b356c7c74 | |
parent | 0fdbb7d2c1ecb761b985b176b9bb159d483d9514 [diff] |
accel/tcg: Move clear_helper_retaddr to cpu loop Currently there are only two places that require we reset this value before exiting to the main loop, but that will change. Reviewed-by: Warner Losh <imp@bsdimp.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>