From 4dce5ab709f2fcad836a562f3902f2654fc584c4 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 13 Feb 2011 17:27:32 -0800 Subject: Fix upbc and descriptorgen, and update descriptor. --- src/upb_stream_vtbl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/upb_stream_vtbl.h') diff --git a/src/upb_stream_vtbl.h b/src/upb_stream_vtbl.h index e1f9cb8..10ee917 100644 --- a/src/upb_stream_vtbl.h +++ b/src/upb_stream_vtbl.h @@ -268,6 +268,7 @@ INLINE upb_flow_t upb_dispatch_endsubmsg(upb_dispatcher *d) { upb_flow_t ret; if (--d->top->depth == 0) { ret = d->top->handlers.set->endmsg(d->top->handlers.closure); + //assert(ret != UPB_BREAK); if (ret != UPB_CONTINUE) return ret; --d->top; assert(d->top >= d->stack); -- cgit v1.2.3