Minor docs

This commit is contained in:
Jacqueline Nabaglo 2023-06-04 12:40:34 -07:00
parent 3ecf530956
commit c773476cb9

View File

@ -28,7 +28,7 @@ pub(crate) enum Operation {
Not,
Shl,
Shr,
Syscall(u8, usize, bool),
Syscall(u8, usize, bool), // (syscall number, minimum stack length, increases stack length)
Eq,
BinaryLogic(logic::Op),
BinaryArithmetic(arithmetic::BinaryOperator),