Skip to content
  • Henrik Gramner's avatar
    Fix compilation with nasm 2.15 · 2b567aaa
    Henrik Gramner authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    %{:} macro operand ranges were broken in nasm 2.15 which causes
    errors when compiling, so avoid using those for now.
    
    Some new warnings regarding use of empty macro parameters has also
    been added, adjust some x86inc code to silence those.
    2b567aaa