Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/warp Antivaxer support.
details: https://anonhg.NetBSD.org/src/rev/6cafc4e6417f
branches: trunk
changeset: 1016197:6cafc4e6417f
user: christos <christos%NetBSD.org@localhost>
date: Tue Nov 10 23:03:22 2020 +0000
description:
Antivaxer support.
diffstat:
games/warp/util.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (23 lines):
diff -r ee5b77a995cf -r 6cafc4e6417f games/warp/util.c
--- a/games/warp/util.c Tue Nov 10 22:56:49 2020 +0000
+++ b/games/warp/util.c Tue Nov 10 23:03:22 2020 +0000
@@ -29,11 +29,6 @@
void
movc3(int len, char *src, char *dest)
-#ifdef vax
-{
- asm("movc3 4(ap),*8(ap),*12(ap)");
-}
-#else
{
if (dest <= src) {
for (; len; len--) {
@@ -48,7 +43,6 @@
}
}
}
-#endif
void
no_can_do(const char *what)
Home |
Main Index |
Thread Index |
Old Index