X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.c;h=f9c8a588531a4d655b2981189b845ad859294b51;hp=21591a0219146b127a7321dbd07dcea4cab0ba1f;hb=82307651be6db411532b317a5ebc6edd933eea8d;hpb=9fb8931331db981c04e062a3ad36c0d79acb30ae diff --git a/sect.c b/sect.c index 21591a0..f9c8a58 100644 --- a/sect.c +++ b/sect.c @@ -13,7 +13,7 @@ #include "listing.h" #include "mach.h" #include "mark.h" -#include "risca.h" +#include "riscasm.h" #include "symbol.h" #include "token.h" @@ -269,7 +269,7 @@ int fixup(WORD attr, LONG loc, TOKEN * fexpr) LONG len = 0; CHUNK * cp; SECT * p; - // Shamus: Expression lengths are voodoo ATM (varibale "i"). Need to fix this. + // Shamus: Expression lengths are voodoo ATM (variable "i"). Need to fix this. #warning "!!! fixup() is filled with VOODOO !!!" DEBUG printf("FIXUP@$%X: $%X\n", loc, attr);