mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Moved a misplaced #endif in misc.cpp, which broke compilation in
Mac OS X. No functional change.
This commit is contained in:
parent
4e7a898d7e
commit
a4988fecee
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue