--- runtime/stack-ia64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: src/runtime/stack-ia64.c =================================================================== --- src.orig/runtime/stack-ia64.c 2008-02-05 15:55:10.000000000 -0500 +++ src/runtime/stack-ia64.c 2008-02-05 15:57:18.000000000 -0500 @@ -23,8 +23,8 @@ if (skip){ if (ip == REG_IP(regs)) skip = 0; - else continue; - } + continue; + } _stp_print_char(' '); _stp_symbol_print(ip); _stp_print_char('\n');