Skip to content

Negation abuse #163

@ghost

Description

if (var)
{
    unsigned char regalloc = -regalloc;
}

This is guaranteed to cause chaos on gcc 2.x, especially when used on uninitialized variables. Might be worth implementing. This is needed to match a function in Pokémon Ruby. Not the same as but is similar to ethteck's feature request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-passNew type of permutation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions