refactor(vm): rename BytePatch to Bytecode

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2023-10-18 19:12:34 +03:00
parent ccd283d2ea
commit 87604dd92e
3 changed files with 79 additions and 57 deletions

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