mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
5976f91a89
- edge-case fixes for bcd ops - tweak division by 0 exception a bit - clean up includes
8 lines
95 B
C
8 lines
95 B
C
#ifndef CPUMODULE_PROFILE_H
|
|
#define CPUMODULE_PROFILE_H
|
|
|
|
void cpuProfileWrite(void)
|
|
{
|
|
}
|
|
#endif
|