projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b819a
)
Fix opinfo: InlineR should only read 8 bytes (dotnet/coreclr#18801)
author
sunnycase
<sunnycase@live.cn>
Thu, 19 Jul 2018 08:05:40 +0000
(16:05 +0800)
committer
Jan Kotas
<jkotas@microsoft.com>
Thu, 19 Jul 2018 08:05:40 +0000
(
01:05
-0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
c7b1a09a2e59c2a46792207e69c60676a9377a34
src/coreclr/src/utilcode/opinfo.cpp
patch
|
blob
|
history
diff --git
a/src/coreclr/src/utilcode/opinfo.cpp
b/src/coreclr/src/utilcode/opinfo.cpp
index 60da66047a5288f5e7ad22940989b5117d8e1d4e..0494155c03b118048661d44d80413ed645b59a66 100644
(file)
--- a/
src/coreclr/src/utilcode/opinfo.cpp
+++ b/
src/coreclr/src/utilcode/opinfo.cpp
@@
-99,7
+99,6
@@
AGAIN:
break;
case InlineR: {
__int64 d = GET_UNALIGNED_VAL64(instrPtr); instrPtr +=8;
- instrPtr += 8;
args->r = *((double*) (&d));
} break;
case InlineSwitch: