mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
- remove warnings from vg_scheduler.c by using (UWord) casts rather than 64-bit-assuming (ULong) casts. - move deref_Addr() to x86-linux/syscalls.c, where it's now used. Also got rid of the ancient SIGNAL_SIMULATION flag, which is a remnant of very early days -- things now only work with signal simulation, so no point in keeping it around. Also make addrcheck/tests/fprw work again now that --single-step is dead. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3137