On Mon, Dec 02, 2019 at 10:04:20PM -0500, Stephen Rust wrote: > Hi Ming, > > The log you requested with the (arg4 & 512 != 0) predicate did not oops, it should have been (arg4 & 511) != 0. Thanks, Ming
On Mon, Dec 02, 2019 at 10:04:20PM -0500, Stephen Rust wrote: > Hi Ming, > > The log you requested with the (arg4 & 512 != 0) predicate did not oops, it should have been (arg4 & 511) != 0. Thanks, Ming