mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-14 11:42:58 +00:00
glasm: Implement local memory for glasm
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user