mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-30 21:50:49 +01:00 
			
		
		
		
	| @@ -193,7 +193,6 @@ uint64_t zmq::clock_t::rdtsc () | ||||
| #elif defined(__s390__) | ||||
|     uint64_t tsc; | ||||
|     asm("\tstck\t%0\n" : "=Q" (tsc) : : "cc"); | ||||
|     tsc >>= 12;		/* convert to microseconds just to be consistent */ | ||||
|     return(tsc); | ||||
| #else | ||||
|     return 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alessandro Ghedini
					Alessandro Ghedini