mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
Replace Addr68k related macros with NativeAligned inline functions
This commit is contained in:
parent
6944c1289b
commit
a24f10a995
@ -41,7 +41,7 @@ LispPTR subr_k_trace(LispPTR *args) {
|
||||
char *base;
|
||||
|
||||
len = 0xFFFF & args[1];
|
||||
base = (char *)Addr68k_from_LADDR(args[0]);
|
||||
base = (char *)NativeAligned2FromLAddr(args[0]);
|
||||
while (len-- > 0) putc(*base++, stderr);
|
||||
putc('\n', stderr);
|
||||
return (NIL);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user