Skip to content

Commit 26d65c8

Browse files
authored
Update coreaction.cc
1 parent 3934d71 commit 26d65c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ void ActionFuncLink::funcLinkInput(FuncCallSpecs *fc,Funcdata &data)
12221222
}
12231223
}
12241224
else
1225-
data.opInsertInput(op, data.newVarnode(param->getSize(), param->getAddress()), op->numInput());
1225+
data.opInsertInput(op,data.newVarnode(param->getSize(),param->getAddress()),op->numInput());
12261226
data.segmentizeFarPtr(param->getType(), param->isTypeLocked(), op->getIn(op->numInput() - 1), false);
12271227
}
12281228
}

0 commit comments

Comments
 (0)