C++ comments
[deliverable/binutils-gdb.git] / opcodes / arm-dis.c
index de62328ec9b43cad1c196c62a66e038d76fd272f..1b63bd3d5f2c3ebac5bbcef0d7feb4466a6f6aae 100644 (file)
@@ -7034,14 +7034,14 @@ print_simd_imm8 (struct disassemble_info *info, unsigned long given,
       return;
     }
 
-  // printU determines whether the immediate value should be printed as
-  // unsigned.
+  /* printU determines whether the immediate value should be printed as
+     unsigned.  */
   unsigned printU = 0;
   switch (insn->mve_op)
     {
     default:
       break;
-    // We want this for instructions that don't have a 'signed' type
+    /* We want this for instructions that don't have a 'signed' type.  */
     case MVE_VBIC_IMM:
     case MVE_VORR_IMM:
     case MVE_VMVN_IMM:
This page took 0.031546 seconds and 4 git commands to generate.