Skip to content

Commit 0d9b5b8

Browse files
rkubikyonghong-song
authored andcommitted
port valgrind fix from Neil Wilson
1 parent 1cb5026 commit 0d9b5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cc/frontends/clang/b_frontend_action.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ bool MapVisitor::VisitCallExpr(CallExpr *Call) {
321321

322322
ProbeVisitor::ProbeVisitor(ASTContext &C, Rewriter &rewriter,
323323
set<Decl *> &m, bool track_helpers) :
324-
C(C), rewriter_(rewriter), m_(m), track_helpers_(track_helpers),
324+
C(C), rewriter_(rewriter), m_(m), ctx_(nullptr), track_helpers_(track_helpers),
325325
addrof_stmt_(nullptr), is_addrof_(false) {
326326
const char **calling_conv_regs = get_call_conv();
327327
has_overlap_kuaddr_ = calling_conv_regs == calling_conv_regs_s390x;

0 commit comments

Comments
 (0)