Skip to content

Investigate why is sym->type is not STRUCT, it is made STRUCT #2

@Lurkerpas

Description

@Lurkerpas

spin.y ->

/* TODO STRUCT UNION - analyze the consequences of this*/ 
if ($3 && $1->sym->type != STRUCT && $1->sym->type != UNION)
{
	printf("WARNING: Assigning STRUCT by default to %s\n", $1->sym->name);
	$1->sym->type = STRUCT;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions