diff options
author | Jan Kotas <jkotas@microsoft.com> | 2015-07-26 20:49:21 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2015-07-26 20:49:21 -0700 |
commit | d0e28de45b690c8e51809265244ed02d7ed3c855 (patch) | |
tree | 979321666a69fe12eea222565339b1895b41bc48 /src/jit | |
parent | 0a83c2fc30146b335a24c85de2a5ba33a72bdbdd (diff) | |
parent | 2ac7242889cf704886282b4a7d8f70b5432311d1 (diff) | |
download | coreclr-d0e28de45b690c8e51809265244ed02d7ed3c855.tar.gz coreclr-d0e28de45b690c8e51809265244ed02d7ed3c855.tar.bz2 coreclr-d0e28de45b690c8e51809265244ed02d7ed3c855.zip |
Merge pull request #1239 from sergey-raevskiy/proftoeeinterfaceimpl-doc-update
Update link to documentation
Diffstat (limited to 'src/jit')
-rw-r--r-- | src/jit/compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/compiler.cpp b/src/jit/compiler.cpp index 9d3c872fc3..5b5c16508e 100644 --- a/src/jit/compiler.cpp +++ b/src/jit/compiler.cpp @@ -2985,7 +2985,7 @@ bool Compiler::compRsvdRegCheck(FrameLayoutState curState) // code:CILJit::compileMethod function. // // For an overview of the structure of the JIT, see: -// https://github.com/dotnet/coreclr/blob/master/Documentation/ryujit-overview.md +// https://github.com/dotnet/coreclr/blob/master/Documentation/botr/ryujit-overview.md // void Compiler::compCompile(void * * methodCodePtr, ULONG * methodCodeSize, |