Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-03-22 22:36:24 +0300
committerTim-Philipp Müller <tim@centricular.com>2019-03-22 22:37:06 +0300
commitc69e91eff1c0ae77ee1774ba99e8ba778c595eba (patch)
tree82d74afc83efe0a362062c023bd264629e01a515
parent89fc34a05ac9ba55f04b8b4eaf65e14756dbe9b2 (diff)
orc: fix C++ style comment
-rw-r--r--orc/orcarm.c2
1 files changed, 1 insertions, 1 deletions
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;