Skip to content

Passing uint64_t as arguments corrupt the other arguments #5

Description

@paulrouget
void foobar(uin32_t x, uin32_t y) {
}

x and y both have the right value.

void foobar(uint64_t x, uin32_t y) {
}

x has the right value. y is corrupted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions