|
to main.c and init it "nofence". This is required because with
dynamic linking init/fini code runs before main() has a chance to init
it. Since emu provides its own malloc, init/fini code that uses
malloc will eventually call coherence() and crash if it's not inited.
|