Compare commits
2 commits
b0bebc0fc3
...
0bce00edc2
Author | SHA1 | Date | |
---|---|---|---|
0bce00edc2 | |||
47b703067e |
1 changed files with 2 additions and 1 deletions
|
@ -163,8 +163,9 @@ bool IsFastmemEnabled() {
|
|||
}
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__sun__)
|
||||
return false;
|
||||
#endif
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
static bool is_nce_enabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue