|
From: Boris M. <bor...@la...> - 2007-02-05 13:44:20
|
Hello, To compile valgrind today svn version with patch for omega tool applied, I have made several changes to omega files. It seems to work. - omega/Makefile.am : "VG_" changed to "VGP_" - omega/o_main.c : "IRBB" changed to "IRSB" (according to comment in VEX/pub/libvex_ir.h. However, it seems that there still are some IRBB referenced in some .h et .c valgrind files...) - omega/o_main.c : "dopy" changed to "deepCopy" (for this one, comment in VEX/pub/libvex_ir.h is a little misleading). Regards, Boris. |