common-trampoline: use register keyword to force register allocation
parent
e1e6508af2
commit
e45956896a
|
@ -17,9 +17,8 @@
|
||||||
void
|
void
|
||||||
libucontext_trampoline(void)
|
libucontext_trampoline(void)
|
||||||
{
|
{
|
||||||
libucontext_ucontext_t *uc_link;
|
register libucontext_ucontext_t *uc_link;
|
||||||
|
|
||||||
// FIXME: there's no guarantee that input is not clobbered!
|
|
||||||
FETCH_LINKPTR(uc_link);
|
FETCH_LINKPTR(uc_link);
|
||||||
|
|
||||||
if (uc_link == NULL)
|
if (uc_link == NULL)
|
||||||
|
|
Loading…
Reference in New Issue