From 179091975085e498c47c2b35b06969a33237be32 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 28 Aug 2022 18:05:45 -0700 Subject: [PATCH] Convert from LADDR_from_68k to LAddrFromNative in ubf1.c --- src/ubf1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ubf1.c b/src/ubf1.c index 9911ae3..d0f8e03 100644 --- a/src/ubf1.c +++ b/src/ubf1.c @@ -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 */ {