Browse Source

Fixed VTable walking to actually walk through all the tables.

pull/53/merge
triton 12 years ago
parent
commit
bb5bf5469d
  1. 2
      src/Parser/Parser.cpp

2
src/Parser/Parser.cpp

@ -510,8 +510,8 @@ void Parser::WalkVTable(clang::CXXRecordDecl* RD, CppSharp::AST::Class^ C) @@ -510,8 +510,8 @@ void Parser::WalkVTable(clang::CXXRecordDecl* RD, CppSharp::AST::Class^ C)
Info.Layout = WalkVTableLayout(VTLayout);
C->Layout->VFTables->Add(Info);
break;
}
break;
}
case TargetCXXABI::GenericItanium:
{

Loading…
Cancel
Save