Enable support for the AArch64 dot-prod instruction in the Cortex A55 and A75 cpus.
[deliverable/binutils-gdb.git] / gdb / dtrace-probe.c
index 122f8ded91b6fcf630c6a306aa2ffdb754557d22..c611b16375d7747c9c45d5582a9e4488f072d0b2 100644 (file)
@@ -421,7 +421,8 @@ dtrace_process_dof_probe (struct objfile *objfile,
          arg.type_str = xstrdup (p);
 
          /* Use strtab_size as a sentinel.  */
-         while (*p++ != '\0' && p - strtab < strtab_size);
+         while (*p++ != '\0' && p - strtab < strtab_size)
+           ;
 
          /* Try to parse a type expression from the type string.  If
             this does not work then we set the type to `long
This page took 0.023692 seconds and 4 git commands to generate.