mirror of
https://gitlab.cs.washington.edu/fidelp/frustration.git
synced 2024-12-25 21:58:11 +01:00
Printing the return stack really isn't all that useful
This commit is contained in:
parent
084a708813
commit
5b79671b2c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
_ => {}
|
||||
|
|
Loading…
Reference in a new issue