mirror of
https://github.com/Ed94/perfaware.git
synced 2026-09-15 12:13:46 +00:00
decoder seems to be working, need to make a serializer next.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
CLANG_OPTIMIZE_DISABLE
|
||||
|
||||
// Most of this referenced from the RAD Debugger codebase.
|
||||
typedef Enum_(U4,AccessFlags) {
|
||||
typedef Enum_(U4, AccessFlags) {
|
||||
Bit_(AccessFlag_Read, 0),
|
||||
Bit_(AccessFlag_Write, 1),
|
||||
Bit_(AccessFlag_Execute, 2),
|
||||
|
||||
Reference in New Issue
Block a user