summaryrefslogtreecommitdiff
path: root/upb/pb/compile_decoder_x64.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/compile_decoder_x64.c')
-rw-r--r--upb/pb/compile_decoder_x64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/upb/pb/compile_decoder_x64.c b/upb/pb/compile_decoder_x64.c
index fd541a4..7c716e8 100644
--- a/upb/pb/compile_decoder_x64.c
+++ b/upb/pb/compile_decoder_x64.c
@@ -233,7 +233,8 @@ static int getjmptarget(jitcompiler *jc, const void *key) {
*
* Creates/allocates a pclabel for this target if one does not exist already. */
static int jmptarget(jitcompiler *jc, const void *key) {
- // Optimizer sometimes can't figure out that initializing this is unnecessary.
+ /* Optimizer sometimes can't figure out that initializing this is unnecessary.
+ */
int pclabel = 0;
if (!try_getjmptarget(jc, key, &pclabel)) {
pclabel = alloc_pclabel(jc);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback