summaryrefslogtreecommitdiff
path: root/benchmarks/parsetostruct.upb.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/parsetostruct.upb.c')
-rw-r--r--benchmarks/parsetostruct.upb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/parsetostruct.upb.c b/benchmarks/parsetostruct.upb.c
index d360f05..6a36544 100644
--- a/benchmarks/parsetostruct.upb.c
+++ b/benchmarks/parsetostruct.upb.c
@@ -47,7 +47,7 @@ static bool initialize()
upb_handlers *h = upb_handlers_new();
upb_accessors_reghandlers(h, def);
if (!JIT) h->should_jit = false;
- upb_decoder_initforhandlers(&d, h);
+ upb_decoder_init(&d, h);
upb_handlers_unref(h);
if (!BYREF) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback