mips: fix label naming in generated assembly
authorGuillaume Emont <guijemont@igalia.com>
Thu, 25 Oct 2012 14:43:30 +0000 (16:43 +0200)
committerGuillaume Emont <guijemont@igalia.com>
Fri, 28 Dec 2012 14:17:45 +0000 (15:17 +0100)
commit5572d38b47621180895991b7dd4d69ab84ffb751
tree8d049b3191990c8ab6bd90c3b57079c6e286e80f
parentf37376b48e330fda2f4fcc737067bb02c8624fd5
mips: fix label naming in generated assembly

Label names need to be function specific, else they clash when we have more
than one function in a file.
orc/orcmips.c