Skip to content

[MC] Conditional jumps are encoded sub-optimally #9662

@jsonn

Description

@jsonn
Bugzilla Link 9290
Resolution FIXED
Resolved on May 06, 2011 09:36
Version trunk
OS Linux

Extended Description

Consider the follow input fragment:

je 1f
1:

Expect result:
0x74 0x00

Current result:

0x0f 0x84 0x00 0x00 0x00 0x00

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions