You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Handling for MAXINT/MAXOBJ in various opcodes
let(from, next_val) = {let(to, from) = f.peek2();// TODO: Handling for MAXINT/MAXOBJ in various opcodes// Given we're 64-bit this is highly unlikely to ever be a concern for us, but// we also don't want to *crash* on obscene values, so impl that here.
The text was updated successfully, but these errors were encountered:
Given we're 64-bit this is highly unlikely to ever be a concern for us, but
we also don't want to *crash* on obscene values, so impl that here.
moor/crates/kernel/src/vm/vm_execute.rs
Line 261 in 47435a1
The text was updated successfully, but these errors were encountered: