Fix PowerPC regression caused by tracing changes (#11907)
commit4af055c794194ce64656e9bd7971e16dbf67d9a2
authorCalvin Buckley <calvin@cmpct.info>
Wed, 5 Dec 2018 14:48:35 +0000 (5 10:48 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 5 Dec 2018 14:48:35 +0000 (5 15:48 +0100)
tree0a80501cc0980e79f6a2fcb6717436f937401125
parentd62f73a79d9f68e48af3a0d928cf8c542a230b48
Fix PowerPC regression caused by tracing changes (#11907)

2b029b3df4a1816880e3f02bacd35cf9a0835e4e broke ppc JIT tracing by
moving it into mini and changing the arguments. Since the mini IR
emitter handles tracing now, rip out the tracing code from the JIT.

(Looks like SPARC will need a similar change, but someone needs to
love SPARC first.)
mono/mini/mini-ppc.c