mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
Merge branch 'master' of oss:/var/local/git/avian into powerpc
Conflicts: makefile src/assembler.h src/compile.cpp src/compiler.cpp src/compiler.h src/finder.cpp
This commit is contained in:
commit
acfd9689b2
@ -3465,7 +3465,7 @@ logCompile(MyThread* t, const void* code, unsigned size, const char* class_,
|
|||||||
if (not open) {
|
if (not open) {
|
||||||
open = true;
|
open = true;
|
||||||
const char* path = findProperty(t, "avian.jit.log");
|
const char* path = findProperty(t, "avian.jit.log");
|
||||||
if (name) {
|
if (path) {
|
||||||
log = fopen(path, "wb");
|
log = fopen(path, "wb");
|
||||||
} else if (DebugCompile) {
|
} else if (DebugCompile) {
|
||||||
log = stderr;
|
log = stderr;
|
||||||
|
Loading…
Reference in New Issue
Block a user