Skip to content

Minor typo in perlpacktut #145

@d2alphame

Description

@d2alphame

There's a minor typo here perldoc.perl.org/perlpacktut, under the topic Unpacking a Stack Frame. The second code fence there has

    my( $ip, $cs, $flags, $ax, $bx, $cd, $dx, $si, $di, $bp, $ds, $es ) =
        unpack( 'v12', $frame );

The $cd there should be changed to $cx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions