* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / i387-tdep.c
index 6c2b6f98325fe407b11dedfd5d78c6fdbc8a4048..1e5da17b5c99ecc4641e82449e55b19304b582e4 100644 (file)
@@ -108,8 +108,5 @@ print_387_status_word (status)
          (status & 0x0200) != 0,
          (status & 0x0100) != 0);
 
-  /* FIXME: Someone claims this should be 7 - (status >> 11) & 7 for AIX.
-     What's the story?  Is the following just wrong or are differing
-     notations in use?  */
   printf_unfiltered ("top %d\n", (status >> 11) & 7);
 }
This page took 0.022379 seconds and 4 git commands to generate.