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:
Joel Dice 2008-11-11 12:15:19 -07:00
commit acfd9689b2

View File

@ -3465,7 +3465,7 @@ logCompile(MyThread* t, const void* code, unsigned size, const char* class_,
if (not open) {
open = true;
const char* path = findProperty(t, "avian.jit.log");
if (name) {
if (path) {
log = fopen(path, "wb");
} else if (DebugCompile) {
log = stderr;