From aa11457bc4c2811fefe5e4f38e979963bddd6123 Mon Sep 17 00:00:00 2001 From: Michael Starzinger Date: Thu, 5 Nov 2009 11:12:57 +0100 Subject: [PATCH] * src/vm/jit/trap.cpp (trap_handle): Activated new stack unwinding for Alpha. --- src/vm/jit/trap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm/jit/trap.cpp b/src/vm/jit/trap.cpp index 2f5d523e9..80e4649e0 100644 --- a/src/vm/jit/trap.cpp +++ b/src/vm/jit/trap.cpp @@ -380,7 +380,7 @@ void trap_handle(int sig, void *xpc, void *context) trap_handle_exception: default: if (p != NULL) { -#if defined(__X86_64__) +#if defined(__ALPHA__) || defined(__X86_64__) // Perform stack unwinding for exceptions on execution state. es.pc = (uint8_t *) (uintptr_t) xpc; es.pv = (uint8_t *) (uintptr_t) sfi.pv; -- 2.25.1