CI updates and minor cleanups.

This commit is contained in:
Markus F.X.J. Oberhumer
2023-12-02 01:48:26 +01:00
parent 67564513d2
commit 1e6e4043ed
11 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ protected:
};
class Reloc final : private noncopyable {
// these are set in constructor
// these are set in the constructor:
byte *start = nullptr;
unsigned start_size_in_bytes = 0;
bool start_did_alloc = false;