Compiler Cleanup (Part 2) (#56)

* check on windows

* fix windows build

* version test

* clean up - will it work on windows

* fix formatting
This commit is contained in:
water111
2020-09-25 21:11:27 -04:00
committed by GitHub
parent 15051ec5dd
commit c9b53d51ff
175 changed files with 455 additions and 2785 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ void StaticString::generate(emitter::ObjectGenerator* gen) {
}
// add allocated size
push_data_to_byte_vector<u32>(text.size() + 1, d);
push_data_to_byte_vector<u32>(text.size(), d);
// add chars
for (auto c : text) {