Diff for /gforth/Attic/alpha.h between versions 1.2 and 1.3

version 1.2, 1995/11/07 18:06:30 version 1.3, 1995/11/29 20:20:33
Line 20 Line 20
 */  */
   
 /* Be careful: long long on Alpha are 64 bit :-(( */  /* Be careful: long long on Alpha are 64 bit :-(( */
   #define LONG_LATENCY
   
   #if !defined(USE_TOS) && !defined(USE_NO_TOS)
   #define USE_TOS
   #endif
   
 #ifdef DIRECT_THREADED  #ifdef DIRECT_THREADED
   #warning direct threading not supported on the Alpha (yet)
 #undefine DIRECT_THREADED  #undefine DIRECT_THREADED
 #endif  #endif
   
   #define FLUSH_ICACHE(addr,size)         asm("call_pal 0x86") /* imb */
   
 #include "32bit.h"  #include "32bit.h"

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>