diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2019-03-28 14:02:25 +0000 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2019-03-28 17:10:45 -0400 |
commit | e432ccf1cb4685b990f9cf10cb84626f52239806 (patch) | |
tree | 0705c9204ad8f5fa39fc2cd95f86ba9d6aa65c08 /sim | |
parent | 077cad8ec1ca069d8981ecdbfa68c24b12597f67 (diff) | |
download | gdb-e432ccf1cb4685b990f9cf10cb84626f52239806.zip gdb-e432ccf1cb4685b990f9cf10cb84626f52239806.tar.gz gdb-e432ccf1cb4685b990f9cf10cb84626f52239806.tar.bz2 |
Fix format specification in display_selector() (again)
DWORD type is not a long on 64-bit Cygwin, because that it is LP64.
Explicitly cast DWORD values to unsigned long and use an appropriate
format.
gdb/ChangeLog:
2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
* windows-nat.c (display_selector): Fixed format specifications
for 64-bit Cygwin.
Diffstat (limited to 'sim')
0 files changed, 0 insertions, 0 deletions