mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 06:49:22 +00:00
Convert from LADDR_from_68k to LAddrFromNative in inlnSPARC.h
This commit is contained in:
@@ -54,7 +54,7 @@ lispemul.h: typedef struct {unsigned code : 8;} BYTECODE;
|
|||||||
{LispPTR *wordp; \
|
{LispPTR *wordp; \
|
||||||
wordp = (LispPTR *) createcell68k(TYPE_FIXP); \
|
wordp = (LispPTR *) createcell68k(TYPE_FIXP); \
|
||||||
*((int *)wordp) = result; \
|
*((int *)wordp) = result; \
|
||||||
dest = (LADDR_from_68k(wordp)); } \
|
dest = (LAddrFromNative(wordp)); } \
|
||||||
else dest = (( (unsigned)result <<15) >>15) | S_POSITIVE;}
|
else dest = (( (unsigned)result <<15) >>15) | S_POSITIVE;}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user