summaryrefslogtreecommitdiff
path: root/src/vm/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/amd64')
-rw-r--r--src/vm/amd64/virtualcallstubcpu.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/amd64/virtualcallstubcpu.hpp b/src/vm/amd64/virtualcallstubcpu.hpp
index ee2e2ca719..1bfe858d5f 100644
--- a/src/vm/amd64/virtualcallstubcpu.hpp
+++ b/src/vm/amd64/virtualcallstubcpu.hpp
@@ -206,7 +206,7 @@ struct DispatchStub
e_TYPE_LONG,
};
- inline DispatchStubType const type() const
+ inline DispatchStubType type() const
{
LIMITED_METHOD_CONTRACT;
CONSISTENCY_CHECK(DispatchStubShort::isShortStub(reinterpret_cast<LPCBYTE>(this + 1))