commit | 9f6839d4b1721524a10c77768f73697cf1724ce5 | [log] [tgz] |
---|---|---|
author | Stuart Brady <sdbrady@ntlworld.com> | Sun Jul 12 20:09:40 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Jul 16 17:28:50 2009 -0500 |
tree | 8b2fdff39f976a5fa84fcf017d41f288e0fe7830 | |
parent | 1db6947dafa7f33a309130ccbf461748adac6da0 [diff] |
Remove dead i386 assembly code from softmmu_header.h This patch removes dead i386 assembly code from softmmu_header.h. The code is conditional on ASM_SOFTMMU, which is never defined. Optimisation for the fast path is already handled by tcg_out_qemu_ld() and tcg_out_qemu_st(), so there seems to be little need for this code. Signed-off-by: Stuart Brady <stuart.brady@gmail.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>