]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Antivaxer support.
authorchristos <christos@NetBSD.org>
Tue, 10 Nov 2020 23:03:22 +0000 (23:03 +0000)
committerchristos <christos@NetBSD.org>
Tue, 10 Nov 2020 23:03:22 +0000 (23:03 +0000)
warp/util.c

index 53f5cccf58646b89c46a417962bb595930859d07..76cc4dc770554fa122a59cc9a09973b93ba73657 100644 (file)
@@ -29,11 +29,6 @@ util_init(void)
 
 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 @@ movc3(int len, char *src, char *dest)
        }
     }
 }
-#endif
 
 void
 no_can_do(const char *what)