return value or the return value is a struct returned via pointer.
+2006-02-20 Aleksey Demakov <ademakov@gmail.com>
+
+ * jit/jit-rules-x86.c (_jit_create_call_return_insns): fix return
+ code in case of no return value or struct returned via pointer.
+
2006-02-19 Aleksey Demakov <ademakov@gmail.com>
* jit/jit-reg-alloc.h:
/* Bail out now if we don't need to worry about return values */
if(!return_value || ptr_return)
{
- return 0;
+ return 1;
}
/* Structure values must be flushed into the frame, and