BR 2067837: remove double add of VEX instruction length
commit19f15a50f611bada1fc2445e4453283fa5acc47d
authorH. Peter Anvin <hpa@zytor.com>
Mon, 25 Aug 2008 01:09:04 +0000 (24 18:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 25 Aug 2008 01:09:04 +0000 (24 18:09 -0700)
tree879a38c3434d9c0a6b67be97248e28a04d1f5d71
parent83b2e4f82c78c2464e76dfd09a30f8286830c45e
BR 2067837: remove double add of VEX instruction length

We added the length of VEX prefixes twice in calcsize(); this resulted
in the wrong symbol addresses when compiling without the optimizer.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c