<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><br></div><div>In dlls/dbghelp/dwarf.c, there is this snippet of code which appears to hard-code the calling convention to CALL_FAR_C.  Does Wine not support reporting a function's calling convention correctly then?  Is it a limitation of DWARF or just that it is not implemented?  I can see that DWARF has a DW_AT_calling_convention field but when I examine a Wine DLL  with objdump, it does not show this field in use.<span style="font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 12pt; "><span style="font-family: monospace; font-size: 12pt; "><br></span></span></div><div><br></div><div>    /* FIXME: assuming C source code */<br>    sig_type = symt_new_function_signature(ctx->module, ret_type,
 CV_CALL_FAR_C);<br></div><div><br></div><div>Thanks</div><div>Roger</div></div></body></html>