__mc68020__ --> mc68020

This commit is contained in:
mycroft 1993-08-14 18:08:09 +00:00
parent 63f36b5851
commit 6d625a2334

View File

@ -9,7 +9,7 @@
* Kristoffer Eriksson <ske@pkmab.se>
*/
/* $Id: match.S,v 1.2 1993/08/10 00:01:55 mycroft Exp $ */
/* $Id: match.S,v 1.3 1993/08/14 18:08:09 mycroft Exp $ */
/* Preprocess with -DNO_UNDERLINE if your C compiler does not prefix
* external symbols with an underline character '_'.
@ -216,7 +216,7 @@ maxmatch:
# define TEXT .text
# define FILE(filename) .even
# define invert_maybe(src,dst) src,dst
# if defined(sun) || defined(mc68k) || defined(__mc68020__)
# if defined(sun) || defined(mc68k) || defined(mc68020)
# define imm(data) #data
# else
# define imm(data) \#data