OSDN Git Service

When emitting debug msgs for function stubs, don't truncate the
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 29 Oct 2004 18:22:45 +0000 (18:22 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 29 Oct 2004 18:22:45 +0000 (18:22 +0000)
commit88560c3a4268937a5362e26d75185d436c93ea0a
tree2aef003375c6fb096210d2155327290581490476
parent65dea6e136e8fcb2d42aa09e28674227de6477cf
When emitting debug msgs for function stubs, don't truncate the
printed pointer value if sizeof(unsigned) != pointer size.  Instead,
use uintptr_t.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17338 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp