[gforth] / gforth / Attic / power.h  

gforth: gforth/Attic/power.h

Diff for /gforth/Attic/power.h between version 1.4 and 1.5

version 1.4, Fri Jul 26 15:28:30 1996 UTC version 1.5, Fri Jul 26 16:16:55 1996 UTC
Line 72 
Line 72 
    starts. Since a branch is only a cell on Power, we can use the     starts. Since a branch is only a cell on Power, we can use the
    second cell of the cfa for storing the does address */     second cell of the cfa for storing the does address */
 #define DOES_CODE(cfa) \  #define DOES_CODE(cfa) \
      ({ unsigned *_cfa=(unsigned)(cfa); \       ({ unsigned *_cfa=(unsigned *)(cfa); \
         _cfa[0]==(0x48000002|&&docol) ? DOES_CODE1(_cfa) : 0; })          _cfa[0]==(0x48000002|&&docol) ? DOES_CODE1(_cfa) : 0; })
   
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help