From 477ebabeeb28f9933fe56fd6f0ab7badee00b7b1 Mon Sep 17 00:00:00 2001 From: jborza Date: Tue, 7 May 2019 21:45:09 +0200 Subject: [PATCH] more stripping for nestest so it can be directly compared to the output of the 'nestest' target binary --- nestest/strip_cycles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nestest/strip_cycles.sh b/nestest/strip_cycles.sh index 9b5c8e3..94a986c 100644 --- a/nestest/strip_cycles.sh +++ b/nestest/strip_cycles.sh @@ -1 +1 @@ -grep -o '^.*SP:..' nestest.log > nestest_strip.log \ No newline at end of file +cat nestest.log | sed 's/=.*A:/ A:/' | sed 's/@.*A:/ A:/' | grep -o '^.*SP:..' > nestest_strip2.log \ No newline at end of file