summaryrefslogtreecommitdiff
path: root/src/vm/arm64/asmhelpers.S
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-05-22 23:42:31 -0700
committerGitHub <noreply@github.com>2019-05-22 23:42:31 -0700
commit451fd23fa2179fa22c831bcf84edd547bfba5cd9 (patch)
tree8d590cd895cce7d5308cf94e92a5b0e8f36d303e /src/vm/arm64/asmhelpers.S
parent3eae9c02a9a5eac95bf2900aae3c9e62176bf3c9 (diff)
downloadcoreclr-451fd23fa2179fa22c831bcf84edd547bfba5cd9.tar.gz
coreclr-451fd23fa2179fa22c831bcf84edd547bfba5cd9.tar.bz2
coreclr-451fd23fa2179fa22c831bcf84edd547bfba5cd9.zip
Stop compiling fragile NGen support into the runtime (#24625)
Diffstat (limited to 'src/vm/arm64/asmhelpers.S')
-rw-r--r--src/vm/arm64/asmhelpers.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vm/arm64/asmhelpers.S b/src/vm/arm64/asmhelpers.S
index 56ed718708..28daf9ac0d 100644
--- a/src/vm/arm64/asmhelpers.S
+++ b/src/vm/arm64/asmhelpers.S
@@ -474,6 +474,7 @@ LOCAL_LABEL(Exit):
ret lr
WRITE_BARRIER_END JIT_WriteBarrier
+#ifdef FEATURE_PREJIT
//------------------------------------------------
// VirtualMethodFixupStub
//
@@ -520,7 +521,8 @@ NESTED_ENTRY VirtualMethodFixupStub, _TEXT, NoHandler
// and tailcall to the actual method
EPILOG_BRANCH_REG x12
-NESTED_END VirtualMEthodFixupStub, _TEXT
+NESTED_END VirtualMethodFixupStub, _TEXT
+#endif // FEATURE_PREJIT
//------------------------------------------------
// ExternalMethodFixupStub