version 1.8, 1996/07/26 15:28:28
|
version 1.9, 1996/10/02 09:48:55
|
Line 55
|
Line 55
|
#endif |
#endif |
|
|
#warning Direct threading for Alpha may not work with all gcc versions |
#warning Direct threading for Alpha may not work with all gcc versions |
#warning CODE does not (yet) work on the Alpha with direct threading |
#warning ;CODE does not work on the Alpha with direct threading |
/* Currently CODE tries to put a jump to the PFA into the code field. |
/* ;CODE puts a jump to the code after ;CODE into the defined |
Since the PFA is far away from docol, the present code generated |
word. The code generated for the jump can only jump to targets near |
for the jump does not work. The solution would be, of course, to do |
docol (near means: within 32KB). Because the code is far from |
away with this foolish jump. ";CODE" is harder to get right, |
docol, this does not work. |
however. |
|
*/ |
Solution: let the code be: x=cfa[1]; goto *x; |
|
*/ |
|
|
typedef int Int32; |
typedef int Int32; |
typedef short Int16; |
typedef short Int16; |