From d97f99af2f66ed665c875dc979616328dc3d5dee Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 5 Jan 1998 14:09:22 +0000 Subject: [PATCH] one |, not 2 --- opcodes/txvu-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/txvu-dis.c b/opcodes/txvu-dis.c index f3649e6..8383ed3 100644 --- a/opcodes/txvu-dis.c +++ b/opcodes/txvu-dis.c @@ -55,7 +55,7 @@ print_insn_txvu (pc, info) /* FIXME: This will need revisiting. */ print_insn (pc, info, upper, 0); - (*func) (stream, " || "); + (*func) (stream, " | "); print_insn (pc, info, lower, 1); return 8; -- 2.7.4