From 6b05a7e9643814a00582bc47673895615bbbd5c7 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 17 Jan 2013 16:43:54 +0900 Subject: [PATCH] Add (%Ec) to OP_ADDRESS's format specifier. This makes OP_ADDRESS and OP_LOAD_* consistent. --- libs/gamecode/pr_opcode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gamecode/pr_opcode.c b/libs/gamecode/pr_opcode.c index 6350d04ca..d93e7340c 100644 --- a/libs/gamecode/pr_opcode.c +++ b/libs/gamecode/pr_opcode.c @@ -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,