mirror of
https://github.com/corda/corda.git
synced 2025-05-21 09:47:43 +00:00
use %x,%x format for listing start and end addresses
This matches the format expected by recent versions of GDB's disassemble command.
This commit is contained in:
parent
13d128c7be
commit
cc8d655762
@ -9473,7 +9473,7 @@ logCompile(MyThread* t, const void* code, unsigned size, const char* class_,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (compileLog) {
|
if (compileLog) {
|
||||||
fprintf(compileLog, "%p %p %s.%s%s\n",
|
fprintf(compileLog, "%p,%p %s.%s%s\n",
|
||||||
code, static_cast<const uint8_t*>(code) + size,
|
code, static_cast<const uint8_t*>(code) + size,
|
||||||
class_, name, spec);
|
class_, name, spec);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user