feat: todo + better assertion message
This commit is contained in:
@ -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
|
#pragma once
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include "string.hpp"
|
#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()
|
void Clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user