]> granicus.if.org Git - yasm/commit
x86_bc_insn_tobytes(): Fix the case where we get here with imm8 post-op
authorPeter Johnson <peter@tortall.net>
Sat, 10 Jun 2006 18:35:36 +0000 (18:35 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 10 Jun 2006 18:35:36 +0000 (18:35 -0000)
commit4e96f6a5b9c9a929dc614d0f4b20156f126bc4ed
tree74b75633dc883cae521473f1a4d9c58c968ed387
parent2d2771669fd64e4cc2219bd1bab18224b882c454
x86_bc_insn_tobytes(): Fix the case where we get here with imm8 post-op
still enabled; we need to fix up the immlen to 8 (as it's maintained with
the wordsize version up to this point).

svn path=/branches/new-optimizer/; revision=1565
modules/arch/x86/x86bc.c