From 7aade965b47391730237dcfda8c4ebbb2e897d84 Mon Sep 17 00:00:00 2001 From: "homeip.net!davidm" Date: Tue, 3 May 2005 09:13:17 +0000 Subject: [PATCH] (DWARF_IS_REG_LOC): Define as 0 for the local-only case. (Logical change 1.290) --- include/tdep-x86.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tdep-x86.h b/include/tdep-x86.h index ee2ac5cc..468c8a99 100644 --- a/include/tdep-x86.h +++ b/include/tdep-x86.h @@ -70,6 +70,7 @@ struct cursor # define DWARF_NULL_LOC DWARF_LOC (0, 0) # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) # define DWARF_LOC(r, t) ((dwarf_loc_t) { .val = (r) }) +# define DWARF_IS_REG_LOC(l) 0 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \ tdep_uc_addr((c)->as_arg, (r)), 0)) # define DWARF_MEM_LOC(c,m) DWARF_LOC ((m), 0)