mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
s/BIG_ENDIAN/BFD_ENDIAN_BIG/
This commit is contained in:
@@ -353,7 +353,7 @@ rdp_init (int cold, int tty)
|
||||
sync = 1;
|
||||
break;
|
||||
case RDP_RES_VALUE_BIG_ENDIAN:
|
||||
target_byte_order = BIG_ENDIAN;
|
||||
target_byte_order = BFD_ENDIAN_BIG;
|
||||
sync = 1;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user