forked from OSchip/llvm-project
Initialize an uninitialized variable. I don't think this is ever used, but just to be sure...
llvm-svn: 124304
This commit is contained in:
parent
4f7370f7ae
commit
9b23df5903
|
@ -608,6 +608,7 @@ AppleObjCTrampolineHandler::GetStepThroughDispatchPlan (Thread &thread, bool sto
|
|||
this_dispatch.stret_return
|
||||
= (flags & AppleObjCVTables::eOBJC_TRAMPOLINE_STRET) == AppleObjCVTables::eOBJC_TRAMPOLINE_STRET;
|
||||
this_dispatch.is_super = false;
|
||||
this_dispatch.is_super2 = false;
|
||||
this_dispatch.fixedup = DispatchFunction::eFixUpFixed;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue