Skip to content

Commit

Permalink
Merge pull request #20698 from luke-li-2003/FixVectorAPITypo
Browse files Browse the repository at this point in the history
Fix a Typo in the Server Query for the Vector API
  • Loading branch information
mpirvu authored Nov 29, 2024
2 parents c0c4793 + 996c53b commit 57096c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/optimizer/VectorAPIExpansion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ TR_VectorAPIExpansion::getOpaqueClassBlockFromClassNode(TR::Compilation *comp, T
{
auto stream = comp->getStream();
stream->write(JITServer::MessageType::KnownObjectTable_getOpaqueClass,
symRef->getKnownObjectIndex());
knownObjectIndex);
clazz = (TR_OpaqueClassBlock *)std::get<0>(stream->read<uintptr_t>());
}
else
Expand Down

0 comments on commit 57096c6

Please sign in to comment.