Skip to content

Commit 6b2a928

Browse files
authored
MAJOR OPTIMIZATION
1 parent cbabe14 commit 6b2a928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vmaware.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10349,7 +10349,7 @@ struct VM {
1034910349

1035010350

1035110351
/* ============================================================================================== *
10352-
* * *
10352+
* *
1035310353
* ARGUMENT HANDLER SECTION *
1035410354
* *
1035510355
* ============================================================================================== */
@@ -11868,4 +11868,4 @@ table_t VM::core::technique_table = []() -> table_t {
1186811868
table.insert(technique);
1186911869
}
1187011870
return table;
11871-
}();
11871+
}();

0 commit comments

Comments
 (0)