svn path=/trunk/yasm/; revision=1454
cv_generate_line_section(yasm_section *sect, /*@null@*/ void *d)
{
cv_line_info *info = (cv_line_info *)d;
- yasm_dbgfmt_cv *dbgfmt_cv = info->dbgfmt_cv;
if (!yasm_section_is_code(sect))
return 0; /* not code, so no line data for this section */
static void
dwarf2_head_bc_destroy(void *contents)
{
- dwarf2_head *head = (dwarf2_head *)contents;
yasm_xfree(contents);
}
inc_fopen(char *file, char **newname)
{
FILE *fp;
- const char *prefix = "";
char *combine = NULL;
fp = yasm__fopen_include(file, nasm_src_get_fname(), (const char **)ipaths,