projects
/
gcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23d2cea
)
list_order.7
author
Camm Maguire
<camm@debian.org>
Mon, 30 Dec 2019 15:46:22 +0000
(15:46 +0000)
committer
Camm Maguire
<camm@debian.org>
Mon, 30 Dec 2019 15:46:22 +0000
(15:46 +0000)
Gbp-Pq: Name list_order.7
h/m68k-linux.h
patch
|
blob
|
history
o/sgbc.c
patch
|
blob
|
history
diff --git
a/h/m68k-linux.h
b/h/m68k-linux.h
index 5d115ccf8f4c56f2ef2b569b9d269bca69a08223..b06e7add60e7b1426d2d34cfe7bfdafe9be6c7b4 100755
(executable)
--- a/
h/m68k-linux.h
+++ b/
h/m68k-linux.h
@@
-63,7
+63,7
@@
#define M68K
-#define SGC
+/* #define SGC *//*FIXME: Unknown m68k cpu in modern emulators*/
#include <asm/cachectl.h>
int cacheflush(void *,int,int,int);
diff --git
a/o/sgbc.c
b/o/sgbc.c
index 307f4f95e2d2df28c4828c546faca387a5477273..291fe67300e1c4c946c2ed14adca0c07e2fec9ff 100755
(executable)
--- a/
o/sgbc.c
+++ b/
o/sgbc.c
@@
-871,7
+871,7
@@
sgc_quit(void) {
f=n;
n=OBJ_LINK(n);
}
- SET_LINK(f,
OBJNULL
);
+ SET_LINK(f,
n!=OBJNULL ? n : o
);
tm->tm_tail=f;
tm->tm_nfree += tm->tm_alt_nfree;
tm->tm_alt_nfree = 0;