Few build tweaks.

This commit is contained in:
David Carlier
2020-03-17 11:18:24 +00:00
parent c6baa0baa3
commit 55f1237df9
4 changed files with 10 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ namespace snmalloc
*/
IntegerPointers = (1 << 0),
/**
* This architecture cannot access cpu cycles counters from userspace
* This architecture cannot access cpu cycles counters.
*/
NoCpuCycleCounters = (1 << 1),
};