Add (%Ec) to OP_ADDRESS's format specifier.

This makes OP_ADDRESS and OP_LOAD_* consistent.
This commit is contained in:
Bill Currie 2013-01-17 16:43:54 +09:00
parent c25e68ecaf
commit 6b05a7e964

View file

@ -398,7 +398,7 @@ VISIBLE opcode_t pr_opcodes[] = {
{"&", "address", OP_ADDRESS, false,
ev_entity, ev_field, ev_pointer,
PROG_ID_VERSION,
"%Ga.%Gb, %gc",
"%Ga.%Gb(%Ec), %gc",
},
{"&", "address", OP_ADDRESS_VOID, false,