Hello,

To work with PIII machines my applications performs a fence
using the following assembly code.

lock; addl $0, (-4)(%%esp)

During Valgrind 3.2.3 times, looking at, VEX/priv/guest-x86/toIR.c,
I guess a fence instruction is explicitly emitted.

Can you please tell me how this happens in 3.5.0 code line.
We use (-4) instead of (0) as this hinders with a different feature.
So I may need to modify Valgrind to also recognize (-4).
The instruction looks like this "f0 83 44 24 fc 00"
instead of "f0 83 44 24 00 00"

Thanks,
Madhan.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to