• A
    PPC: Fix compile with profiling enabled · c8ff5daa
    Alexander Graf 提交于
    When using profiling, we rely on profile_getclock() being available
    at our disposal. Somehow that function got moved from an indirect
    include we used to have in translate-init.c, so that we were now
    left not properly compiling anymore.
    
    Add an explicit include to timer.h which defines profile_getclock,
    so that we can compile again.
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    c8ff5daa
translate-all.c 53.5 KB