mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2025-03-04 04:59:07 +00:00
(flush_cache): Provide dummy implementation for HPPA.
(Logical change 1.290)
This commit is contained in:
parent
c14371409a
commit
3ff39e9fc9
@ -36,6 +36,17 @@ flush_cache:
|
||||
flush_cache:
|
||||
ret
|
||||
|
||||
#elif defined(__hppa__)
|
||||
|
||||
# warning FIX ME!!
|
||||
|
||||
.globl flush_cache
|
||||
flush_cache:
|
||||
.proc
|
||||
.callinfo
|
||||
bv %r0(%rp)
|
||||
.procend
|
||||
|
||||
#else
|
||||
# error Need flush_cache code for this architecture.
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user