diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index f637dfd8e..2396bfe57 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -735,7 +735,7 @@ format_proc_cpuinfo (void *, char *&destbuf) memcpy (µcode, uc[uci].uc_microcode, sizeof (microcode)); if (!(microcode & 0xFFFFFFFFLL)) /* some values in high bits */ - microcode <<= 32; /* shift them down */ + microcode >>= 32; /* shift them down */ } }