Skip to content
  • Jan Kratochvil's avatar
    nasm: match instruction length (movd/movq) to parameters · e114f699
    Jan Kratochvil authored
    nasm requires the instruction length (movd/movq) to match to its
    parameters. I find it more clear to really use 64bit instructions when
    we use 64bit registers in the assembly.
    
    Provide nasm compatibility. No binary change by this patch with yasm on
    {x86_64,i686}-fedora13-linux-gnu. Few longer opcodes with nasm on
    {x86_64,i686}-fedora13-linux-gnu have been checked as safe.
    
    Change-Id: Id9b1a5cdfb1bc05697e523c317a296df43d42a91
    e114f699