projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
4b7a574
4aee208
)
Merge pull request #2129 from maksqwe/GenTreeBoundsChk_fix
author
Chris McKinsey
<chrismck@microsoft.com>
Sat, 21 Nov 2015 23:06:01 +0000
(15:06 -0800)
committer
Chris McKinsey
<chrismck@microsoft.com>
Sat, 21 Nov 2015 23:06:01 +0000
(15:06 -0800)
Fix GenTreeBoundsChk::gtThrowKind check in GenTree::Compare(). It was comparing the same field of op1 instead of op1 and op2.
Trivial merge