Remove dead i386 assembly code from softmmu_header.h
commit9f6839d4b1721524a10c77768f73697cf1724ce5
authorStuart Brady <sdbrady@ntlworld.com>
Sun, 12 Jul 2009 19:09:40 +0000 (12 20:09 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 16 Jul 2009 22:28:50 +0000 (16 17:28 -0500)
tree8b2fdff39f976a5fa84fcf017d41f288e0fe7830
parent1db6947dafa7f33a309130ccbf461748adac6da0
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>
softmmu_header.h