1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-26 16:53:30 +00:00

Convert from LADDR_from_68k to LAddrFromNative in inlnSPARC.h

This commit is contained in:
Nick Briggs
2022-08-28 17:57:36 -07:00
parent 4dc9429b19
commit 78f0d3c511

View File

@@ -54,7 +54,7 @@ lispemul.h: typedef struct {unsigned code : 8;} BYTECODE;
{LispPTR *wordp; \
wordp = (LispPTR *) createcell68k(TYPE_FIXP); \
*((int *)wordp) = result; \
dest = (LADDR_from_68k(wordp)); } \
dest = (LAddrFromNative(wordp)); } \
else dest = (( (unsigned)result <<15) >>15) | S_POSITIVE;}