git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6235
This commit is contained in:
Julian Seward 2006-10-15 12:47:37 +00:00
parent 8d33663fc8
commit 03b9d0d3c4

View File

@ -90,6 +90,7 @@ typedef
/* READONLY: the guest layout. This indicates which parts of
the guest state should be regarded as 'always defined'. */
VexGuestLayout* layout;
/* READONLY: the host word type. Needed for constructing
arguments of type 'HWord' to be passed to helper functions.
Ity_I32 or Ity_I64 only. */