Skip to content

Commit 5d099cb

Browse files
committed
deprecated global brand accesses and removed encapsulated sectioning
1 parent 06da78f commit 5d099cb

3 files changed

Lines changed: 323 additions & 254 deletions

File tree

auxiliary/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def update_sections(filename):
9898
cpu = "struct cpu {"
9999
memo = "struct memo {"
100100
util = "struct util {"
101-
techniques = "private: // START OF PRIVATE VM DETECTION TECHNIQUE DEFINITIONS"
101+
techniques = "// START OF PRIVATE VM DETECTION TECHNIQUE DEFINITIONS"
102102
core = "struct core {"
103103
public = "public: // START OF PUBLIC FUNCTIONS"
104104
external = "// ============= EXTERNAL DEFINITIONS ============="

0 commit comments

Comments
 (0)