summaryrefslogtreecommitdiff
path: root/src/vm/arm
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/arm')
-rw-r--r--src/vm/arm/ehhelpers.S21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/vm/arm/ehhelpers.S b/src/vm/arm/ehhelpers.S
index 1c8b5c04c1..27f246c607 100644
--- a/src/vm/arm/ehhelpers.S
+++ b/src/vm/arm/ehhelpers.S
@@ -75,27 +75,6 @@ OFFSET_OF_FRAME=(4 + SIZEOF__GSCookie)
.endm
// ------------------------------------------------------------------
-//
-// Helpers for async (NullRef, AccessViolation) exceptions
-//
-
- NESTED_ENTRY NakedThrowHelper2,_TEXT,UnhandledExceptionHandlerUnix
- push {r0, lr}
-
- // On entry:
- //
- // R0 = Address of FaultingExceptionFrame
- bl C_FUNC(LinkFrameAndThrow)
-
- // Target should not return.
- EMIT_BREAKPOINT
-
- NESTED_END NakedThrowHelper2, _TEXT
-
-
- GenerateRedirectedStubWithFrame NakedThrowHelper, NakedThrowHelper2
-
-// ------------------------------------------------------------------
// This helper enables us to call into a funclet after applying the non-volatiles
NESTED_ENTRY CallEHFunclet, _TEXT, NoHandler