1
0
Fork 0
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:
homeip.net!davidm 2004-08-20 11:23:15 +00:00
parent 99784e02d3
commit 18acb92530

View file

@ -30,14 +30,12 @@ flush_cache:
br.ret.sptk.many rp
.endp flush_cache
#elif defined(__i386__)
#elif defined(__i386__) || defined (__x86_64__)
.globl flush_cache
flush_cache:
ret
#elif
#else
# error Need flush_cache code for this architecture.
#endif