aboutgitcodelistschat:MatrixIRC
path: root/cooker/call.c
Commit message (Collapse)AuthorAgeFilesLines
* cooker, seitan: fix some bugs for op callAlice Frosi2023-06-021-4/+3
| | | | | | | | | | | | | | cooker: - added missing OP_CALL type - local copy of the offset for the type STRUCT - fix return offset - added type LONG in emit_data seitan: - check context if NULL - fix ptr dereference - added a couple of debug print - added error message in seitan for eval
* cooker, seitan: OP_CALL arguments and contextStefano Brivio2023-06-021-34/+122
| | | | Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
* cooker: OP_CALL and OP_COPY stuffStefano Brivio2023-06-011-0/+424
...mostly. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>