From a4988fecee893fcf6a571abc1d2a102afddce591 Mon Sep 17 00:00:00 2001 From: Tord Romstad Date: Mon, 21 Jun 2010 11:25:06 +0200 Subject: [PATCH] Moved a misplaced #endif in misc.cpp, which broke compilation in Mac OS X. No functional change. --- src/misc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 2970ac3b..7ed4b443 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -292,6 +292,8 @@ int Bioskey() } } +#endif + /// prefetch() preloads the given address in L1/L2 cache. This is a non /// blocking function and do not stalls the CPU waiting for data to be /// loaded from RAM, that can be very slow. @@ -313,4 +315,3 @@ void prefetch(char* addr) { #endif -#endif -- 2.39.2