Skip to content

specific_ref_type is sometimes 16-bit rather than 32-bit #52

@ab9rf

Description

@ab9rf

toady defines this as an enum without a specific base type so the underlying type is 32 bits, but he then does typedef int16_t Reference; and usually uses Reference so most of the time these are 16-bit values

we thus need to generate both a 16-bit and 32-bit version of this enum

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