Fix for HPPA asm code

Original commit message from CVS:
Fix for HPPA asm code
This commit is contained in:
David Schleef 2002-10-17 23:02:59 +00:00
parent 99315ab3a6
commit d91bb1bca4

View file

@ -152,7 +152,7 @@ struct minimal_stackframe {
__asm__("copy %0,%%sp\n\t" : : "r"(stackpointer));
#define GST_ARCH_CALL(target) \
__asm__("copy $1,%%r22\n\t" /* set call address */ \
__asm__("copy %0,%%r22\n\t" /* set call address */ \
".CALL\n\t" /* call pseudo insn (why?) */ \
"bl $$dyncall,%%r31\n\t" : : "r"(target));