mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 23:11:38 +00:00
Correct the dump format for conj.q.
This commit is contained in:
parent
ec42bde527
commit
1f9735d0cb
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ VISIBLE opcode_t pr_opcodes[] = {
|
|||
{"~", "conj.q", OP_CONJ_Q, false,
|
||||
ev_quat, ev_invalid, ev_quat,
|
||||
PROG_VERSION,
|
||||
"%Ga, %gc",
|
||||
},
|
||||
|
||||
{"/", "div.f", OP_DIV_F, false,
|
||||
|
|
Loading…
Reference in a new issue