summaryrefslogtreecommitdiff
path: root/upb/pb/compile_decoder_x64.c
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-09-01 02:23:56 -0700
committerJosh Haberman <jhaberman@gmail.com>2014-09-01 02:23:56 -0700
commit3461a5113e5b131dfa7514308559f7e0f025e5a5 (patch)
treedd84b240529cfbbed64e8c2cdc7939c3f6c80331 /upb/pb/compile_decoder_x64.c
parent6ed916653f67b93eba27e6594c0ff1b526de8ad9 (diff)
Enable more Travis configurations.
Diffstat (limited to 'upb/pb/compile_decoder_x64.c')
-rw-r--r--upb/pb/compile_decoder_x64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/pb/compile_decoder_x64.c b/upb/pb/compile_decoder_x64.c
index d8af013..44c4419 100644
--- a/upb/pb/compile_decoder_x64.c
+++ b/upb/pb/compile_decoder_x64.c
@@ -220,7 +220,7 @@ static bool try_getjmptarget(jitcompiler *jc, const void *key, int *pclabel) {
// Gets the pclabel for this bytecode location's jmptarget. Requires that the
// jmptarget() has been previously defined.
static int getjmptarget(jitcompiler *jc, const void *key) {
- int pclabel;
+ int pclabel = 0;
assert(upb_inttable_lookupptr(&jc->jmpdefined, key, NULL));
bool ok = try_getjmptarget(jc, key, &pclabel);
UPB_ASSERT_VAR(ok, ok);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback