INTEGRATION: CWS sb85 (1.23.48); FILE MERGED

2008/03/11 15:59:30 sb 1.23.48.1: #i86117# SPARC64
This commit is contained in:
Ivo Hinkelmann 2008-04-24 15:29:38 +00:00
parent e957c8538c
commit f80122a5d1

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: diagnose.c,v $
* $Revision: 1.24 $
* $Revision: 1.25 $
*
* This file is part of OpenOffice.org.
*
@ -154,12 +154,13 @@ static void osl_diagnose_backtrace_Impl (oslDebugMessageFunc f)
#define FRAME_PTR_OFFSET 1
#define FRAME_OFFSET 0
#define STACK_BIAS 0
#if defined(__sparcv9)
#define STACK_BIAS 0x7ff
#else
#define STACK_BIAS 0
#endif
#elif defined(SPARC64)
#define FRAME_PTR_OFFSET 1
#define FRAME_OFFSET 0
#define STACK_BIAS 0x7ff
#elif defined(INTEL)