Fix potential C warning on 32-bit due to mismatch with OBJ_FMTX
commitfc2cd4c82da5d08a1eadf6ac706d9bc41bf14f9a
authorDouglas Katzman <dougk@google.com>
Thu, 14 Sep 2017 15:51:28 +0000 (14 11:51 -0400)
committerDouglas Katzman <dougk@google.com>
Thu, 14 Sep 2017 15:51:28 +0000 (14 11:51 -0400)
tree359d2d8563b0f2bbca25af09c10b86e422654f19
parent10504515f86f5feaec4d1153db11b5a2c53ce522
Fix potential C warning on 32-bit due to mismatch with OBJ_FMTX

uintptr_t is 32 bits, but could be defined as "long" which conflicts
src/runtime/print.c
src/runtime/runtime.h