- PrintF seems to want an argument be an "unsigned int" while several
parts of V8 are passing variations of "int's."
...src/deoptimizer.cc:780: error: format '%08x' expects type 'unsigned
int', but argument 3 has type 'int32_t'
src/deoptimizer.cc:785: error: format '%08x' expects type 'unsigned
int', but argument 3 has type 'int32_t