mpw/cpu/CpuModule_Profile.h
Kelvin Sherlock 5976f91a89 synchronize with fellow cpu update.
- edge-case fixes for bcd ops
- tweak division by 0 exception a bit
- clean up includes
2016-05-16 13:45:32 -04:00

8 lines
95 B
C

#ifndef CPUMODULE_PROFILE_H
#define CPUMODULE_PROFILE_H
void cpuProfileWrite(void)
{
}
#endif