1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-25 16:47:38 +01:00

(flush_cache): Provide dummy implementation for HPPA.

(Logical change 1.290)
This commit is contained in:
mostang.com!davidm 2005-05-03 09:13:17 +00:00
parent c14371409a
commit 3ff39e9fc9

View file

@ -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