Skip to content

Daedalus VM got ShiftRight wrong #34

@ataulien

Description

@ataulien
        case EParOp_ShiftLeft:
            pushInt(popDataValue() << popDataValue());
            break;
        case EParOp_ShiftRight:
            pushInt(popDataValue() << popDataValue());
            break;

Shift Right does not Shift Right.

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