Commit 7b518b39 by Hans Boehm

Restore stack pointer when returning from ffi_closure_UNIX.

From-SVN: r41565
parent b96ada87
......@@ -295,6 +295,7 @@ ffi_closure_UNIX:
;;
mov b0=loc1
mov ar.pfs=loc0
add sp=BASIC_ARGS_SZ,sp
br.ret.sptk.many b0
.endp ffi_closure_UNIX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment