Skip to content

Commit 137d62b

Browse files
committed
Fix argument name
1 parent 77a8c39 commit 137d62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/interpexec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void InvokePInvokeCalliStub(PCODE ftn, void *cookie, int8_t *stack, InterpMethod
137137
THROWS;
138138
MODE_ANY;
139139
PRECONDITION(CheckPointer((void*)ftn));
140-
PRECONDITION(CheckPointer(stubHeaderTemplate));
140+
PRECONDITION(CheckPointer(cookie));
141141
}
142142
CONTRACTL_END
143143

0 commit comments

Comments
 (0)