mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix 32-bit-ish looking assumption.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4029
This commit is contained in:
parent
c8f13ea9d3
commit
f248bca126
@ -343,7 +343,7 @@ int main(int argc, char** argv)
|
||||
|
||||
/* The Linux libc startup sequence leaves this in an apparently
|
||||
undefined state, but it really is defined, so mark it so. */
|
||||
VALGRIND_MAKE_READABLE(init_sp, sizeof(int));
|
||||
VALGRIND_MAKE_READABLE(init_sp, sizeof(Word));
|
||||
|
||||
cp = getenv(VALGRINDLIB);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user