Update expected outputs to include missing stack frames that old UCode
machinery caused to be missed due to not keeping %EBP up to date.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3375 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/tests/errs1.stderr.exp b/memcheck/tests/errs1.stderr.exp
index 4b2f1f1..e10b878 100644
--- a/memcheck/tests/errs1.stderr.exp
+++ b/memcheck/tests/errs1.stderr.exp
@@ -1,5 +1,6 @@
Invalid read of size 1
at 0x........: ddd (errs1.c:7)
+ by 0x........: ccc (errs1.c:8)
by 0x........: bbb (errs1.c:9)
by 0x........: aaa (errs1.c:10)
by 0x........: main (errs1.c:17)
@@ -13,6 +14,7 @@
Invalid write of size 1
at 0x........: ddd (errs1.c:7)
+ by 0x........: ccc (errs1.c:8)
by 0x........: bbb (errs1.c:9)
by 0x........: aaa (errs1.c:10)
by 0x........: main (errs1.c:17)