Printing the return stack really isn't all that useful

This commit is contained in:
Peter Fidelman 2022-05-22 10:45:36 -07:00
parent 084a708813
commit 5b79671b2c

View file

@ -630,7 +630,7 @@ const PRIMITIVES: [Primitive; 16] = [
* Like the front panel with the blinking lights that Chuck
* talked about. */
println!("{:?} {:?}", x.dstack, x.rstack);
println!("{:?} {:?}", x.ip, x.dstack);
let _ = io::stdout().flush();
}
_ => {}