Fix trampoline generation.

This commit is contained in:
James Benton 2016-07-06 19:21:31 +01:00
parent ad50ef9ec6
commit 0ac58e8bf4

View File

@ -5,9 +5,9 @@
.section ".rplTramp.text","ax"; \
.global name; \
name: \
li %r0, name##_stub@l; \
oris %r0, %r0, name##_stub@ha; \
lis %r0, name##_stub@h; \
ori %r0, %r0, name##_stub@l; \
mtctr %r0; \
bctr; \
bctr;
#include "exports.h"