mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-22 19:43:42 +01:00
(save_static_to_scratch): Initialize ar.ec.
(Logical change 1.293)
This commit is contained in:
parent
6a34a0f79c
commit
3d881cd0cb
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* libunwind - a platform-independent unwind library
|
||||
Copyright (C) 2004 Hewlett-Packard Co
|
||||
Copyright (C) 2004-2005 Hewlett-Packard Co
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
This file is part of libunwind.
|
||||
|
@ -394,6 +394,10 @@ save_static_to_scratch:
|
|||
mov f6 = f4;;
|
||||
.body
|
||||
|
||||
ld8 r2 = [in1]
|
||||
;;
|
||||
mov ar.ec = r2
|
||||
|
||||
LOAD_VAL(r4)
|
||||
LOAD_VAL(r5)
|
||||
LOAD_VAL(r6)
|
||||
|
|
Loading…
Reference in a new issue