mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
comment-out debug logging in powerpc.cpp
This commit is contained in:
@ -2421,7 +2421,7 @@ class MyAssembler: public Assembler {
|
|||||||
|
|
||||||
for (ConstantPoolEntry* e = c.constantPool; e; e = e->next) {
|
for (ConstantPoolEntry* e = c.constantPool; e; e = e->next) {
|
||||||
*static_cast<uint32_t*>(e->address) = e->constant->value();
|
*static_cast<uint32_t*>(e->address) = e->constant->value();
|
||||||
fprintf(stderr, "constant %p at %p\n", reinterpret_cast<void*>(e->constant->value()), e->address);
|
// fprintf(stderr, "constant %p at %p\n", reinterpret_cast<void*>(e->constant->value()), e->address);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user