Make it always possible to capture function return values.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 30 Jun 2010 22:03:24 +0000 (18:03 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 30 Jun 2010 22:10:17 +0000 (18:10 -0400)
commitdf962d213935d8748413a6f550fc8b8e3d26930b
treea7656f1427d5d5977f0c4f05653f411be9179da0
parent78718f742585e5a20960b0437c3f3343771da1bc
Make it always possible to capture function return values.

op_get_return_value() can now capture the return value for function calls
that do not directly store the return value (previous it would crash).
src/aop-pc-fun-call.c