Minor fix

This commit is contained in:
Andrew Morris
2022-05-04 12:39:20 +10:00
parent b38498853c
commit 5501720285

View File

@@ -64,7 +64,6 @@ impl ValTrait for VsPointer {
BytecodeType::Array => VsType::Array,
BytecodeType::Object => VsType::Object,
BytecodeType::Function => VsType::Function,
BytecodeType::Instance => std::panic!("Not implemented"),
BytecodeType::Pointer => std::panic!("Invalid: pointer to pointer"),
BytecodeType::Register => std::panic!("Invalid: pointer to register"),
}