Commit 9c3cbe5d authored by Ulf Möller's avatar Ulf Möller
Browse files

replace rdtsc as in HEAD

parent 3e0d8918
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -577,7 +577,8 @@ static void readtimer(void)
	if (have_tsc) {
	  __try {
	    __asm {
	      rdtsc
	      _emit 0x0f
	      _emix 0x31
	      mov cyclecount, eax
	      }
	    RAND_add(&cyclecount, sizeof(cyclecount), 1);