Skip to content

Commit

Permalink
target/xtensa: don't announce exit simcall
Browse files Browse the repository at this point in the history
Don't announce that exit simcall has been invoked: this is just noise.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • Loading branch information
jcmvbkbc committed Mar 23, 2019
1 parent b9ec521 commit 393cf60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/xtensa/xtensa-semi.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ void HELPER(simcall)(CPUXtensaState *env)

switch (regs[2]) {
case TARGET_SYS_exit:
qemu_log("exit(%d) simcall\n", regs[3]);
exit(regs[3]);
break;

Expand Down

0 comments on commit 393cf60

Please sign in to comment.