From: Jérémie Galarneau Date: Wed, 11 Sep 2019 00:26:47 +0000 (-0400) Subject: Fix: report bytecode_push failure when pushing symbol X-Git-Tag: v2.12.0-rc1~404 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=73e38068d5e19fd338f29e897598b15ab5ae743b;hp=73e38068d5e19fd338f29e897598b15ab5ae743b;p=lttng-tools.git Fix: report bytecode_push failure when pushing symbol The last use of bytecode_push's return value is not checked in visit_node_load_expression_legacy(). Signed-off-by: Jérémie Galarneau ---