MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: Unknown opcode in disassemble()
The *** Unknown Extended Opcode *** is a PUSH_LABEL opcode
created in the try-except construct. It is actually a known opcode, but
it was given no entry in the table of eop-string pairings. To fix this,
find the extended opcode mappings (ext_mappings) table near the top of
disassemble.c and add an entry:
{EOP_PUSH_LABEL, "PUSH_LABEL"}
and the problem ought to go away...
ningolia@[oxygen|neon|stu].ci.lexington.ma.us
ingolia@molbio.mgh.harvard.edu
References:
Home |
Subject Index |
Thread Index