|
From: <sv...@va...> - 2012-07-24 20:37:57
|
florian 2012-07-24 21:37:50 +0100 (Tue, 24 Jul 2012)
New Revision: 12779
Log:
Fix testcase and update results.
Modified files:
trunk/none/tests/s390x/tre.c
trunk/none/tests/s390x/tre.stdout.exp
Modified: trunk/none/tests/s390x/tre.stdout.exp (+0 -1)
===================================================================
--- trunk/none/tests/s390x/tre.stdout.exp 2012-07-24 21:24:39 +01:00 (rev 12778)
+++ trunk/none/tests/s390x/tre.stdout.exp 2012-07-24 21:37:50 +01:00 (rev 12779)
@@ -1,4 +1,3 @@
-source address/length not updated properly
Resulting cc is 0 and the string is
Resulting cc is 0 and the string is
Resulting cc is 0 and the string is
Modified: trunk/none/tests/s390x/tre.c (+1 -1)
===================================================================
--- trunk/none/tests/s390x/tre.c 2012-07-24 21:24:39 +01:00 (rev 12778)
+++ trunk/none/tests/s390x/tre.c 2012-07-24 21:37:50 +01:00 (rev 12779)
@@ -47,7 +47,7 @@
tre_regs regs;
int i;
- regs = tre(tran_table, buff, len, test);
+ regs = tre(tran_table, srcaddr, len, test);
if ((uint64_t)tran_table != regs.tabaddr)
printf("translation table address changed\n");
|