glasm: Implement indirect attribute loads

This commit is contained in:
ReinUsesLisp
2021-05-22 18:29:43 -03:00
committed by ameerj
parent c8414e686f
commit e30d4fa976
4 changed files with 65 additions and 6 deletions

View File

@ -58,6 +58,7 @@ public:
std::string code;
RegAlloc reg_alloc{*this};
const Info& info;
const Profile& profile;
const RuntimeInfo& runtime_info;