From 5b79671b2cd85793abb3c2f5f05664ca4c0bb43b Mon Sep 17 00:00:00 2001 From: Peter Fidelman Date: Sun, 22 May 2022 10:45:36 -0700 Subject: [PATCH] Printing the return stack really isn't all that useful --- frustration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frustration.rs b/frustration.rs index 43b7884..57da3d9 100644 --- a/frustration.rs +++ b/frustration.rs @@ -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(); } _ => {}