Merge branch 'upstream' into tizen
[platform/upstream/libunwind.git] / include / libunwind-arm.h
index 6709b7a..bf3b3f8 100644 (file)
@@ -295,6 +295,7 @@ unw_tdep_proc_info_t;
 
 #define unw_tdep_is_fpreg               UNW_ARCH_OBJ(is_fpreg)
 extern int unw_tdep_is_fpreg (int);
+#define _UPT_get_fpreg(fpreg, reg)      &fpreg.fpregs[reg]
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }