Improve tail call support on amd64 to support more methods, not just ones whose signa...
[mono.git] / mono / mini / exceptions.cs
index c44f0d063a39689b70c3e05db327182cd811bd2e..b6c7a6208991666c931412d8635e39707c81e18f 100644 (file)
@@ -2240,6 +2240,8 @@ class Tests {
 
                public static void rethrow2 () {
                        rethrow1 ();
+                       /* This disables tailcall opts */
+                       Console.WriteLine ();
                }
        }