mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-10 19:23:41 +01:00
(flush_cache): Provide dummy-implementation for x86-64.
(Logical change 1.253)
This commit is contained in:
parent
99784e02d3
commit
18acb92530
1 changed files with 2 additions and 4 deletions
|
@ -30,14 +30,12 @@ flush_cache:
|
||||||
br.ret.sptk.many rp
|
br.ret.sptk.many rp
|
||||||
.endp flush_cache
|
.endp flush_cache
|
||||||
|
|
||||||
#elif defined(__i386__)
|
#elif defined(__i386__) || defined (__x86_64__)
|
||||||
|
|
||||||
.globl flush_cache
|
.globl flush_cache
|
||||||
flush_cache:
|
flush_cache:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
#elif
|
#else
|
||||||
|
|
||||||
# error Need flush_cache code for this architecture.
|
# error Need flush_cache code for this architecture.
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue