orc: fix C++ style comment
authorTim-Philipp Müller <tim@centricular.com>
Fri, 22 Mar 2019 19:36:24 +0000 (19:36 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 22 Mar 2019 19:37:06 +0000 (19:37 +0000)
orc/orcarm.c

index fb29c16..aff81fe 100644 (file)
@@ -114,7 +114,7 @@ orc_arm_emit_push (OrcCompiler *compiler, int regs, orc_uint32 vregs)
         last = i;
       }
     }
-    // What's the deal with even/odd registers ?
+    /* What's the deal with even/odd registers ? */
     ORC_ASM_CODE(compiler, "-d%d}\n", last+1);
 
     nregs = last + 1 - first + 1;