[svn:parrot] r45456 - trunk/tools/dev

chromatic at svn.parrot.org chromatic at svn.parrot.org
Thu Apr 8 20:22:44 UTC 2010


Author: chromatic
Date: Thu Apr  8 20:22:44 2010
New Revision: 45456
URL: https://trac.parrot.org/parrot/changeset/45456

Log:
[NCI] Removed a warning about ignoring the return
value of Parrot_pcc_build_call_from_c_args() from NCI thunks.

Modified:
   trunk/tools/dev/nci_thunk_gen.pir

Modified: trunk/tools/dev/nci_thunk_gen.pir
==============================================================================
--- trunk/tools/dev/nci_thunk_gen.pir	Thu Apr  8 20:22:40 2010	(r45455)
+++ trunk/tools/dev/nci_thunk_gen.pir	Thu Apr  8 20:22:44 2010	(r45456)
@@ -885,7 +885,7 @@
     "2": { "as_proto": "short *",
            "sig_char": "P",
            "return_type": "short",
-           "ret_assign": "Parrot_pcc_build_call_from_c_args(interp, call_object, \"I\", return_data);",
+           "ret_assign": "call_object = Parrot_pcc_build_call_from_c_args(interp, call_object, \"I\", return_data);",
            "temp_tmpl": "PMC *t_%i; short i_%i",
            "preamble_tmpl": "i_%i = VTABLE_get_integer(interp, t_%i);",
            "call_param_tmpl": "&i_%i",


More information about the parrot-commits mailing list