From c503981c390d9e03fcdaf1421803d7fb6441534b Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 26 Feb 2003 08:33:57 +0000 Subject: [PATCH] (struct ia64_global_unwind_state): Add member "r0". (Logical change 1.55) --- include/tdep-ia64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tdep-ia64.h b/include/tdep-ia64.h index a7ded90c..559e75fb 100644 --- a/include/tdep-ia64.h +++ b/include/tdep-ia64.h @@ -155,6 +155,7 @@ struct ia64_global_unwind_state /* Index into unw_cursor_t for preserved register i */ unsigned short preg_index[IA64_NUM_PREGS]; + unw_word_t r0; unw_fpreg_t f0, f1_le, f1_be, nat_val_le; unw_fpreg_t nat_val_be, int_val_le, int_val_be;