mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
6 lines
115 B
C
6 lines
115 B
C
|
#ifdef __tilegx32__
|
||
|
#include "config/tilegx/sfp-machine32.h"
|
||
|
#else
|
||
|
#include "config/tilegx/sfp-machine64.h"
|
||
|
#endif
|