X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.c;h=e9eb8ac3aa6b8dde78fffae0ddc943893a59f64c;hp=b2e67998e863a7a216e16b8b8b4f2bd8dd39599d;hb=0d4ab16ff12046dfaf5f51dc0add2a9bbe777573;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/direct.c b/direct.c index b2e6799..e9eb8ac 100644 --- a/direct.c +++ b/direct.c @@ -840,13 +840,6 @@ int d_ds(WORD siz) VALUE eval; - // This gets kind of stupid. This directive is disallowed in normal 68000 - // mode ("for your own good!"), but is permitted for 6502 and Alcyon- - // compatibility modes. For obvious reasons, no auto-even is done in 8-bit - // processor modes. - if (as68_flag == 0 && (scattr & SBSS) == 0) - return error(".ds permitted only in BSS"); - if ((siz != SIZB) && (sloc & 1)) // Automatic .even auto_even();