Artifact b1978a23465f00f91185ce4f60e81f84e9a2cfb8:
- File ffcall/callback/trampoline_r/cache-convex.c — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 415) [annotate] [blame] [check-ins using]
- File ffcall/trampoline/cache-convex.c — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 415) [annotate] [blame] [check-ins using]
/* Instruction cache flushing for convex */ /* * Copyright 1995 Bruno Haible, <bruno@clisp.org> * * This is free software distributed under the GNU General Public Licence * described in the file COPYING. Contact the author if you don't have this * or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied, * on this software. */ void __TR_clear_cache (void) { asm volatile ("pich"); }