K 10 svn:author V 3 dim K 8 svn:date V 27 2016-01-23T23:37:21.006276Z K 7 svn:log V 322 In the copy of mednafen included in libretro-cores, replace a named label in inline assembly in an inline function with a local label. This prevents "invalid symbol redefinition" errors when the function is inlined multiple times, for example within an unrolled loop. Approved by: yuri@rawbw.com (maintainer) PR: 206542 END