From 6c0d5764e66996b22fe30716b5909742872d532b Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 8 Feb 2014 12:22:13 -0500 Subject: [PATCH] Revert "the throwing function was left out!" Oops, turns out the default handler leaves it out too so this was correct the first time. This reverts commit f715ecdc335127508b3eed36c20d320f388a375e. --- src/core/runtime.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/runtime.d b/src/core/runtime.d index 7f8e3da929c..c67e60a5179 100644 --- a/src/core/runtime.d +++ b/src/core/runtime.d @@ -496,7 +496,7 @@ Throwable.TraceInfo defaultTraceHandler( void* ptr = null ) // these for readability. The alternative would be to // exclude the first N frames that are in a list of // mangled function names. - static enum FIRSTFRAME = 4; + static enum FIRSTFRAME = 5; } else {