mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
Include "ia64/rse.h" instead of "rse.h".
(Logical change 1.221)
This commit is contained in:
parent
513e7159bd
commit
8045a438de
2 changed files with 4 additions and 2 deletions
|
@ -25,9 +25,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#include <assert.h>
|
||||
|
||||
#include "ia64/rse.h"
|
||||
|
||||
#include "offsets.h"
|
||||
#include "regs.h"
|
||||
#include "rse.h"
|
||||
|
||||
PROTECTED int
|
||||
unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
|
||||
|
|
|
@ -31,8 +31,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#include <libunwind-ia64.h>
|
||||
|
||||
#include "ia64/rse.h"
|
||||
|
||||
#include "internal.h"
|
||||
#include "rse.h"
|
||||
|
||||
#define IA64_UNW_VER(x) ((x) >> 48)
|
||||
#define IA64_UNW_FLAG_MASK ((unw_word_t) 0x0000ffff00000000ULL)
|
||||
|
|
Loading…
Reference in a new issue