projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e7a898
)
Moved a misplaced #endif in misc.cpp, which broke compilation in
author
Tord Romstad
<tord@cm-84.215.83.169.getinternet.no>
Mon, 21 Jun 2010 09:25:06 +0000
(11:25 +0200)
committer
Tord Romstad
<tord@cm-84.215.83.169.getinternet.no>
Mon, 21 Jun 2010 09:25:06 +0000
(11:25 +0200)
Mac OS X.
No functional change.
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index 2970ac3b49c30c6ceb0aeda94b95836919eab715..7ed4b443370ac5bf359deb13799fe679bbb22309 100644
(file)
--- 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