mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 06:15:46 +00:00
glasm: Implement indirect attribute loads
This commit is contained in:
parent
2e2d1986b1
commit
e9a5390a92
4 changed files with 65 additions and 6 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
|
||||
std::string code;
|
||||
RegAlloc reg_alloc{*this};
|
||||
const Info& info;
|
||||
const Profile& profile;
|
||||
const RuntimeInfo& runtime_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue