• M
    remote generator: Make call-by-reference handling stricter · 77582e7f
    Matthias Bolte 提交于
    Several functions return values by reference parameters. This is realized
    by passing the members of remote_CALL_ret by reference to the called
    function.
    
    The position of this parameters in the function signature follows some
    patterns with some exceptions. This patterns and exceptions are hardcoded
    in the generator.
    
    Add an insert@<offset> annotation to the remote_CALL_ret struct members
    for functions that return lists to remove some of the hardcoded patterns
    and exceptions.
    77582e7f
remote_generator.pl 46.6 KB