commit | eecb0c4e1125c751ded392456b43a036e8efe1ab | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Apr 17 11:29:42 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 20 10:51:11 2022 -0700 |
tree | 664660717b4ada5552eac2caa7021ec180e62549 | |
parent | 54ee5b3da00cdbee836a06a7e6eb319c895f2a57 [diff] |
target/hexagon: Remove qemu_set_log in hexagon_translate_init This code appears to be trying to make sure there is a logfile. But that's already true -- the logfile will either be set by -D, or will be stderr. In either case, not appropriate here. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220417183019.755276-3-richard.henderson@linaro.org>