diff --git a/src/machine/arithmetic_ops.rs b/src/machine/arithmetic_ops.rs index 2ad43e73..774b848f 100644 --- a/src/machine/arithmetic_ops.rs +++ b/src/machine/arithmetic_ops.rs @@ -671,7 +671,7 @@ pub(crate) fn shr(n1: Number, n2: Number, arena: &mut Arena) -> Result Result { let stub_gen = || { - let shl_atom = atom!(">>"); + let shl_atom = atom!("<<"); functor_stub(shl_atom, 2) };