mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target/xtensa: don't announce exit simcall
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>
This commit is contained in:
parent
b9ec52188f
commit
393cf60bf7
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue