summaryrefslogtreecommitdiff
path: root/src/jit/codegenlinear.cpp
diff options
context:
space:
mode:
authorMikhail Skvortcov <m.skvortcov@partner.samsung.com>2017-02-08 13:26:22 +0300
committerMikhail Skvortcov <m.skvortcov@partner.samsung.com>2017-02-09 11:21:12 +0300
commita38f3351a8c01931f3f9dd18a3e7ec8ff788d1e3 (patch)
tree7b8426eb76ecba40168c53ac850e63e03dabdba5 /src/jit/codegenlinear.cpp
parent078fdad31f8ab729042385965e22a2cd91cdabe0 (diff)
downloadcoreclr-a38f3351a8c01931f3f9dd18a3e7ec8ff788d1e3.tar.gz
coreclr-a38f3351a8c01931f3f9dd18a3e7ec8ff788d1e3.tar.bz2
coreclr-a38f3351a8c01931f3f9dd18a3e7ec8ff788d1e3.zip
Address the feedback.
Diffstat (limited to 'src/jit/codegenlinear.cpp')
-rw-r--r--src/jit/codegenlinear.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jit/codegenlinear.cpp b/src/jit/codegenlinear.cpp
index 329c4a755f..001048e64a 100644
--- a/src/jit/codegenlinear.cpp
+++ b/src/jit/codegenlinear.cpp
@@ -246,6 +246,10 @@ void CodeGen::genCodeForBBlist()
}
}
+#if FEATURE_EH_FUNCLETS && defined(_TARGET_ARM_)
+ genInsertNopForUnwinder(block);
+#endif
+
/* Start a new code output block */
genUpdateCurrentFunclet(block);