Skip to content

unreachable instruction #7

Open
@marler8997

Description

@marler8997

Noticed a problem here (line 137)

    cmp edx, 127*512
    jl loader.part_2
    jz loader.finish

the line jz loader.finish will never be executed. It's not really a problem, it just might copy an an extra sector but not a big deal. In any case you can either remove this instruction or get the intended functionality by moving it into the block labeled loader.part_2.

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