mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-18 09:02:39 +00:00
Convert from LADDR_from_68k to LAddrFromNative in ubf1.c
This commit is contained in:
parent
5a3729886e
commit
1790919750
@ -9,7 +9,7 @@
|
||||
|
||||
#include "version.h"
|
||||
|
||||
#include "adr68k.h" // for LADDR_from_68k
|
||||
#include "adr68k.h" // for LAddrFromNative
|
||||
#include "arith.h" // for N_ARITH_SWITCH
|
||||
#include "lispemul.h" // for state, ERROR_EXIT, DLword, LispPTR
|
||||
#include "lspglob.h"
|
||||
@ -34,7 +34,7 @@ LispPTR N_OP_ubfloat1(int arg, int alpha) {
|
||||
DLword *wordp;
|
||||
wordp = createcell68k(TYPE_FLOATP);
|
||||
*((int *)wordp) = arg;
|
||||
return (LADDR_from_68k(wordp));
|
||||
return (LAddrFromNative(wordp));
|
||||
}
|
||||
case 1: /* unbox */
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user