refactor: 更新命令工厂中的引用命令路径
- 将 RLoadCommand、RPushCommand 和 RStoreCommand 的导入路径从 type.control.ref 改为 ref.control - 这个改动统一了引用类型命令的包结构,与其他类型命令保持一致
This commit is contained in:
parent
6098a290b1
commit
a7117717bd
@ -6,9 +6,9 @@ import org.jcnc.snow.vm.commands.type.control.double64.*;
|
||||
import org.jcnc.snow.vm.commands.type.control.float32.*;
|
||||
import org.jcnc.snow.vm.commands.type.control.int32.*;
|
||||
import org.jcnc.snow.vm.commands.type.control.long64.*;
|
||||
import org.jcnc.snow.vm.commands.type.control.ref.RLoadCommand;
|
||||
import org.jcnc.snow.vm.commands.type.control.ref.RPushCommand;
|
||||
import org.jcnc.snow.vm.commands.type.control.ref.RStoreCommand;
|
||||
import org.jcnc.snow.vm.commands.ref.control.RLoadCommand;
|
||||
import org.jcnc.snow.vm.commands.ref.control.RPushCommand;
|
||||
import org.jcnc.snow.vm.commands.ref.control.RStoreCommand;
|
||||
import org.jcnc.snow.vm.commands.type.control.short16.*;
|
||||
import org.jcnc.snow.vm.commands.type.control.byte8.BAndCommand;
|
||||
import org.jcnc.snow.vm.commands.type.control.byte8.BOrCommand;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user