glasm: Implement local memory for glasm
This commit is contained in:
parent
ab5dbe7c29
commit
057dee4856
4 changed files with 12 additions and 9 deletions
|
@ -168,14 +168,6 @@ void EmitYDirection(EmitContext& ctx) {
|
|||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitLoadLocal(EmitContext& ctx, ScalarU32 word_offset) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitWriteLocal(EmitContext& ctx, ScalarU32 word_offset, ScalarU32 value) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
||||
void EmitUndefU1(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue