From 7dcd017f4ed829b2ea4dd2d44165cd7ef0594057 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 30 Jul 2015 17:17:09 -0700 Subject: Fixed PR for JIT-enabled builds. --- upb/pb/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/pb/decoder.h') diff --git a/upb/pb/decoder.h b/upb/pb/decoder.h index f28e5e6..65316b4 100644 --- a/upb/pb/decoder.h +++ b/upb/pb/decoder.h @@ -92,7 +92,7 @@ class upb::pb::DecoderMethod { * constructed. This hint may be an overestimate for some build configurations. * But if the decoder library is upgraded without recompiling the application, * it may be an underestimate. */ -#define UPB_PB_DECODER_SIZE 4400 +#define UPB_PB_DECODER_SIZE 4408 #ifdef __cplusplus -- cgit v1.2.3