Skip to content
  • Erik de Castro Lopo's avatar
    libFLAC/ia32/lpc_asm.nasm : Match calls and returns. · 8e4a45ac
    Erik de Castro Lopo authored
    According to Agner Fog, "...you must make sure that all calls
    are matched with returns. Never jump out of a subroutine without
    a return and never use a return as an indirect jump."
    
    (see paragraph 3.15 in microarchitecture.pdf and
    examples 3.5a and 3.5b in optimizing_assembly.pdf)
    
    Patch-from: lvqcl <lvqcl.mail@gmail.com>
    8e4a45ac