mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
one |, not 2
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user