Print correct destination for SIGCOMP_INSTR_COPY_LITERAL.

svn path=/trunk/; revision=30206
This commit is contained in:
Stig Bjørlykke 2009-09-29 20:59:30 +00:00
parent 47df714a09
commit 14d5fe6c49
1 changed files with 1 additions and 1 deletions

View File

@ -1239,7 +1239,7 @@ execute_next_instruction:
{
proto_tree_add_text(udvm_tree, bytecode_tvb, 0, -1,
"Addr: %u ## COPY-LITERAL (position=%u, length=%u, $destination=%u)",
current_address, position, length, destination);
current_address, position, length, ref_destination);
}
current_address = next_operand_address;