aesthetic tweak

This commit is contained in:
Vern Paxson 2024-07-22 14:55:02 -07:00
parent ef53e1562f
commit 15ce7a6ee0

View file

@ -152,7 +152,7 @@ const ZAMStmt ZAMCompiler::AddInst(const ZInstI& inst, bool suppress_non_local)
auto cs = pending_capture_store;
pending_capture_store = -1;
auto& cv = *func->GetType()->AsFuncType()->GetCaptures();
auto& cv = *func->GetType()->GetCaptures();
auto& c_id = cv[cs].Id();
ZOp op;