blob: 5e8c3b28348c6f6760ffefcd1fd39ef69a804cc5 (
plain)
1
2
3
4
5
6
7
|
/* In Sony versions before 3.0, use the GNU Assembler, because the
system's assembler has no way to assemble the difference of two
labels for the displacement in a switch-dispatch instruction. */
#define USE_GAS
#include "m68k/news.h"
|