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:
Jim Ingham 2011-01-26 19:09:39 +00:00
parent 4f7370f7ae
commit 9b23df5903
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}