| version 1.4, Fri Jul 26 15:28:30 1996 UTC | version 1.5, Fri Jul 26 16:16:55 1996 UTC | ||
|---|---|---|---|
|
|
||
| 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; }) | ||
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |