$OpenBSD: patch-src_utils_DivModBySame_hh,v 1.1 2017/01/03 04:47:42 jca Exp $

Disable arm assembly code that asks for too many registers.

--- src/utils/DivModBySame.hh.orig	Mon Jan  2 22:12:14 2017
+++ src/utils/DivModBySame.hh	Mon Jan  2 22:43:46 2017
@@ -162,7 +162,7 @@ class DivModBySame (public)
 		);
 		return _cl_;
 	#endif
-	#elif defined(__arm__)
+	#elif defined(notdef)
 		unsigned res;
 		unsigned dummy;
 		asm volatile (
@@ -223,7 +223,7 @@ class DivModBySame (public)
 
 	unsigned mod(uint64 dividend) const
 	{
-	#ifdef __arm__
+	#ifdef notdef
 		unsigned res;
 		unsigned dummy;
 		asm volatile (
