mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Add (%Ec) to OP_ADDRESS's format specifier.
This makes OP_ADDRESS and OP_LOAD_* consistent.
This commit is contained in:
parent
c25e68ecaf
commit
6b05a7e964
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ VISIBLE opcode_t pr_opcodes[] = {
|
||||||
{"&", "address", OP_ADDRESS, false,
|
{"&", "address", OP_ADDRESS, false,
|
||||||
ev_entity, ev_field, ev_pointer,
|
ev_entity, ev_field, ev_pointer,
|
||||||
PROG_ID_VERSION,
|
PROG_ID_VERSION,
|
||||||
"%Ga.%Gb, %gc",
|
"%Ga.%Gb(%Ec), %gc",
|
||||||
},
|
},
|
||||||
|
|
||||||
{"&", "address", OP_ADDRESS_VOID, false,
|
{"&", "address", OP_ADDRESS_VOID, false,
|
||||||
|
|
Loading…
Reference in a new issue