|
From: <sv...@va...> - 2009-05-20 07:05:09
|
Author: njn Date: 2009-05-20 08:05:02 +0100 (Wed, 20 May 2009) New Revision: 10043 Log: Augment a note. Modified: branches/DARWIN/docs/internals/Darwin-notes.txt Modified: branches/DARWIN/docs/internals/Darwin-notes.txt =================================================================== --- branches/DARWIN/docs/internals/Darwin-notes.txt 2009-05-20 07:01:07 UTC (rev 10042) +++ branches/DARWIN/docs/internals/Darwin-notes.txt 2009-05-20 07:05:02 UTC (rev 10043) @@ -107,6 +107,9 @@ VG_(post_syscall): contains important-looking code that is #if 0'd out. Said code does VG_TRACK( post_reg_write). Needs looking into. +[The 'post_reg_write' call has been moved into +putSyscallStatusIntoGuestState(). This might be an improvement, as on some +platforms more than one register is written with a result.] VG_(di_notify_mmap): Linux version is also used for Darwin, and |