From: Cerion Armour-Brown Date: Fri, 13 May 2005 16:54:09 +0000 (+0000) Subject: Tidy up (arch)/dispatch.S X-Git-Tag: svn/VALGRIND_3_0_0~627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e940abb9933881b7876a7b7839db4f44d6e0103e;p=thirdparty%2Fvalgrind.git Tidy up (arch)/dispatch.S git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3691 --- diff --git a/NOTES.txt b/NOTES.txt index 984da9db35..561896bf27 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -1,3 +1,7 @@ +13 May 05 +~~~~~~~~~ +ToDo: (arch)/dispatch.S: In dispatch_exceptional, there's no point testing the guest code return value against VG_TRC_INNER_COUNTERZERO, as vex never sets this flag. + 11 May 05 ~~~~~~~~~