refactor(vm): rename BytePatch to Bytecode

This commit is contained in:
2023-10-18 19:12:34 +03:00
parent ccd283d2ea
commit 87604dd92e
3 changed files with 79 additions and 57 deletions
+2 -2
View File
@@ -108,7 +108,7 @@ func (com *Compiler) Song(song *sointu.Song) (map[string]string, error) {
FeatureSetMacros
X86Macros
SongMacros
*vm.BytePatch
*vm.Bytecode
Patterns [][]byte
Sequences [][]byte
PatternLength int
@@ -123,7 +123,7 @@ func (com *Compiler) Song(song *sointu.Song) (map[string]string, error) {
FeatureSetMacros
WasmMacros
SongMacros
*vm.BytePatch
*vm.Bytecode
Patterns [][]byte
Sequences [][]byte
PatternLength int