Fix typo in OpenBSD PAL.

This commit is contained in:
David Chisnall
2019-08-01 11:20:05 +01:00
parent d257f60731
commit 0497993d23

View File

@@ -27,7 +27,7 @@ namespace snmalloc
* declared explicitly to remind anyone who modifies this class that they
* should add any required features.
*/
static constexpr uint64_t pal_features = PALBSD<PALOBSD>;
static constexpr uint64_t pal_features = PALBSD::pal_features;
};
} // namespace snmalloc
#endif