mirror of https://gitee.com/openkylin/qemu.git
linux-user: Remove unused code
The code is unused since 8 years, so remove it. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
5354d08312
commit
ca8a277ccc
|
@ -1274,10 +1274,7 @@ setup_return(CPUState *env, struct target_sigaction *ka,
|
||||||
|
|
||||||
if (__put_user(retcodes[idx], rc))
|
if (__put_user(retcodes[idx], rc))
|
||||||
return 1;
|
return 1;
|
||||||
#if 0
|
|
||||||
flush_icache_range((abi_ulong)rc,
|
|
||||||
(abi_ulong)(rc + 1));
|
|
||||||
#endif
|
|
||||||
retcode = rc_addr + thumb;
|
retcode = rc_addr + thumb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue