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/77482170ab22
branches:  trunk
changeset: 945953:77482170ab22
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 42c8a88de9d4 -r 77482170ab22 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