* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / mips-tdep.c
index 427e0f68d630fb61f7a439f06ae36292ce77aad0..6a37d1a44b36a10565d0bed5cc0ceba3e394666c 100644 (file)
@@ -1505,7 +1505,7 @@ mips_read_processor_type ()
 
   prid = read_register (PRID_REGNUM);
 
-  if (prid & ~0xf == 0x700)
+  if ((prid & ~0xf) == 0x700)
     return savestring ("r3041", strlen("r3041"));
 
   return NULL;
This page took 0.023214 seconds and 4 git commands to generate.