6f1c3a3377
From-SVN: r3096
8 lines
246 B
C
8 lines
246 B
C
/* 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"
|