gecko-dev/memory/replace/phc
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
..
test Bug 1594598 - Use uint8_t* to avoid a bunch of casts. r=glandium 2019-11-06 23:56:48 +00:00
PHC.cpp Bug 1594598 - Use uint8_t* to avoid a bunch of casts. r=glandium 2019-11-06 23:56:48 +00:00
PHC.h Bug 1594598 - Improve some PHC comments. r=glandium 2019-11-06 23:56:48 +00:00
moz.build Bug 1571505 - Properly add dbghelp where needed. r=nalexander 2019-08-06 18:14:12 +00:00