diff --git a/Cargo.toml b/Cargo.toml index 85188b8..7326986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kasm" -version = "2.0.2" +version = "2.0.3" authors = ["Luke Newcomb "] edition = "2021" license = "GPL-3.0" diff --git a/src/output/verifier.rs b/src/output/verifier.rs index c12a1a2..5848dad 100644 --- a/src/output/verifier.rs +++ b/src/output/verifier.rs @@ -585,7 +585,7 @@ impl<'a, 'b, 'c> Verifier<'a, 'b, 'c> { Opcode::Targ => &[&[]], Opcode::Tcan => &[&[]], - Opcode::Prl => &[&[OperandType::String]], + Opcode::Prl => &[&[OperandType::String, OperandType::Function]], Opcode::Pdrl => &[ &[OperandType::String, OperandType::Function], &[OperandType::Bool],