commit | bab6ccc53d4dcfc7a713efbcce9ec60ada9e29b9 | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@bsdimp.com> | Mon Jan 24 15:14:04 2022 -0700 |
committer | Warner Losh <imp@bsdimp.com> | Sun Jan 30 17:13:50 2022 -0700 |
tree | f12cad27205552c9bc969e87cbdcab8a6c21505d | |
parent | adbae40fa1c378d68b2d329620d16bbb8e222eb7 [diff] |
bsd-user: Rename arg name for target_cpu_reset to env Rename the parameter name for target_cpu_reset's CPUArchState * arg from cpu to env. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>