From c69e91eff1c0ae77ee1774ba99e8ba778c595eba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 22 Mar 2019 19:36:24 +0000 Subject: [PATCH] orc: fix C++ style comment --- orc/orcarm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orc/orcarm.c b/orc/orcarm.c index fb29c16..aff81fe 100644 --- a/orc/orcarm.c +++ b/orc/orcarm.c @@ -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; -- 2.7.4