# New Ticket Created by  Leopold Toetsch 
# Please include the string:  [perl #38594]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38594 >


PASM/PIR source line info is off by one (at least) on several instructions.

Please run:

   $ parrot -d10 <your>.pir 2>&1 | less

and compare line numbers (2nd columns) with src lines in $EDITOR.

Fixes and tests welcome. Re test: There is an opcode C<getline>, which 
would be handy just for testing this stuff, if it's filled with some 
functionality (see also C<Parrot_Context_info()>).

Thanks,
leo

Reply via email to