diff for duplicates of <570F78AF.2060102@redhat.com> diff --git a/a/1.txt b/N1/1.txt index e474544..6141c46 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -47,7 +47,7 @@ So please ignore this patch, I'll send a new version. > + * overwrite the register. > + * In all the cases, the register must stay untouched > + */ -> + report("Don't overwrite RA", regs[2] = (uint64_t)addr); +> + report("Don't overwrite RA", regs[2] == (uint64_t)addr); > + > + report_prefix_pop(); > +} diff --git a/a/content_digest b/N1/content_digest index 15f4c66..d1bb58e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01460575886-12569-1-git-send-email-thuth@redhat.com\0" "From\0Thomas Huth <thuth@redhat.com>\0" "Subject\0Re: [kvm-unit-tests PATCH] powerpc: Add emulator test for the lswi instruction\0" - "Date\0Thu, 14 Apr 2016 11:02:07 +0000\0" + "Date\0Thu, 14 Apr 2016 13:02:07 +0200\0" "To\0kvm@vger.kernel.org" " lvivier@redhat.com\0" "Cc\0kvm-ppc@vger.kernel.org" @@ -58,7 +58,7 @@ "> +\t * overwrite the register.\n" "> +\t * In all the cases, the register must stay untouched\n" "> +\t */\n" - "> +\treport(\"Don't overwrite RA\", regs[2] = (uint64_t)addr);\n" + "> +\treport(\"Don't overwrite RA\", regs[2] == (uint64_t)addr);\n" "> +\n" "> +\treport_prefix_pop();\n" "> +}\n" @@ -76,4 +76,4 @@ "> \treport_prefix_pop();\n" > -41dfbcb87341d7b50cd5c570d3af55a84d1a881ff70fb21749bab13459db8d81 +cab9b7525f74236c0dca85802357eea0dde12cff2c002b8b355127861ebe5e88
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.