mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
one |, not 2
This commit is contained in:
@ -55,7 +55,7 @@ print_insn_txvu (pc, info)
|
|||||||
|
|
||||||
/* FIXME: This will need revisiting. */
|
/* FIXME: This will need revisiting. */
|
||||||
print_insn (pc, info, upper, 0);
|
print_insn (pc, info, upper, 0);
|
||||||
(*func) (stream, " || ");
|
(*func) (stream, " | ");
|
||||||
print_insn (pc, info, lower, 1);
|
print_insn (pc, info, lower, 1);
|
||||||
|
|
||||||
return 8;
|
return 8;
|
||||||
|
Reference in New Issue
Block a user