Skip to content
  • tibbe's avatar
    X86 codegen: make LOCK a real instruction prefix · 23773b25
    tibbe authored
    Before LOCK was a separate instruction and this led to the register
    allocator separating it from the instruction it was supposed to be a
    prefix of, leading to illegal assembly such as
    
        lock mov
    
    Fix contributed by PÁLI Gábor János.
    23773b25