summaryrefslogtreecommitdiff
path: root/src/vm/qcall.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-0/+4
* [x86/Linux] CDECL as default P/Invoke Calling Convetion
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-14Improve stack limit checking precisionJan Vorlicek1-2/+2
This change improves the precision of checking whether an address is in stack limits for cases where ulimit -s is set to unlimited and the stack limit is checked for the current thread. It uses current SP instead of the cached stack limit, since the OS is free to move the stack limit up during the process runtime and the cached value reflects the initial stack limit.
2015-10-06Typos in qcall.hMarvin1-9/+9
Apparently both "marshaling" and "marshalling" are valid, but for consistency's sake I opted for what the MSDN uses.
2015-09-08Fix missing uses of the INSTALL_MANAGED_EXCEPTION_DISPATCHERJan Vorlicek1-4/+14
This fixes issues stemming from my recent changes in managed exception dispatching where I have missed few places where we need to perform managed exception dispatching or unhandled exception reporting.
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+348
[tfs-changeset: 1407945]