gecko-dev/memory/replace/phc/test
Nicholas Nethercote 928e9e1d00 Bug 1594598 - Use uint8_t* to avoid a bunch of casts. r=glandium
Currently the PHC code uses char* and uintptr_t in various address
computations. This patch changes it to use uint8_t* instead, which is clearer
than char* and avoids the need for various casts.

Differential Revision: https://phabricator.services.mozilla.com/D43840

--HG--
extra : moz-landing-system : lando
2019-11-06 23:56:48 +00:00
..
gtest Bug 1594598 - Use uint8_t* to avoid a bunch of casts. r=glandium 2019-11-06 23:56:48 +00:00
moz.build