mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Fix for HPPA asm code
Original commit message from CVS: Fix for HPPA asm code
This commit is contained in:
parent
99315ab3a6
commit
d91bb1bca4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ struct minimal_stackframe {
|
||||||
__asm__("copy %0,%%sp\n\t" : : "r"(stackpointer));
|
__asm__("copy %0,%%sp\n\t" : : "r"(stackpointer));
|
||||||
|
|
||||||
#define GST_ARCH_CALL(target) \
|
#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?) */ \
|
".CALL\n\t" /* call pseudo insn (why?) */ \
|
||||||
"bl $$dyncall,%%r31\n\t" : : "r"(target));
|
"bl $$dyncall,%%r31\n\t" : : "r"(target));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue