projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89fc34a
)
orc: fix C++ style comment
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 22 Mar 2019 19:36:24 +0000
(19:36 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 22 Mar 2019 19:37:06 +0000
(19:37 +0000)
orc/orcarm.c
patch
|
blob
|
history
diff --git
a/orc/orcarm.c
b/orc/orcarm.c
index
fb29c16
..
aff81fe
100644
(file)
--- 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;