mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 02:46:33 +00:00
Merge with HEAD 1.17: Use makecontext() as a generic implementation
Original commit message from CVS: Merge with HEAD 1.17: Use makecontext() as a generic implementation
This commit is contained in:
parent
f100c83060
commit
fc455473cd
1 changed files with 4 additions and 0 deletions
|
@ -180,6 +180,10 @@ struct minimal_s390_stackframe {
|
||||||
((struct minimal_s390_stackframe *)sp)->back_chain = 0;
|
((struct minimal_s390_stackframe *)sp)->back_chain = 0;
|
||||||
|
|
||||||
|
|
||||||
|
#elif defined(HAVE_MAKECONTEXT)
|
||||||
|
|
||||||
|
/* If we have makecontext(), we'll be using that. */
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#error Need to know about this architecture, or have a generic implementation
|
#error Need to know about this architecture, or have a generic implementation
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue