2014-06-28 19:54:51 +00:00
|
|
|
#ifdef _MSC_VER
|
|
|
|
#error "MSVC is supposed to use the plain .S file!"
|
|
|
|
#endif
|
2014-07-19 19:21:43 +00:00
|
|
|
#if 0
|
|
|
|
ERROR: assembler-with-cpp required!
|
|
|
|
#else
|
2011-11-17 16:04:09 +00:00
|
|
|
#include "Call.S"
|
2014-07-19 19:21:43 +00:00
|
|
|
#endif
|