From 3461a5113e5b131dfa7514308559f7e0f025e5a5 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 1 Sep 2014 02:23:56 -0700 Subject: Enable more Travis configurations. --- upb/pb/compile_decoder_x64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/pb/compile_decoder_x64.c') 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); -- cgit v1.2.3