feat: todo + better assertion message

This commit is contained in:
2025-11-30 22:11:35 +01:00
parent 16cc06b788
commit 2a34d0094c

View File

@ -1,3 +1,7 @@
// TODO: store all of values, allocated registers, stack offsets in single allocator
// to be able to find out which kind a specific temp register represent
#pragma once
#include <cstddef>
#include "string.hpp"
@ -130,7 +134,7 @@ public:
}
}
assert(0 && "could not resolve const under specified address");
assert(0 && "could not resolve register for specified address");
}
void Clear()