X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.c;h=5860734511cdfef8025ce13cbde4f8e43c0ada36;hp=8739ce6db05630d2a1726efb0efdae67f9042c12;hb=7783a5d1819b9d19540b0cef2d9e1dc0d657eda7;hpb=d0c28c349ddfb8393568037f68bddbe8979ce0df diff --git a/procln.c b/procln.c index 8739ce6..5860734 100644 --- a/procln.c +++ b/procln.c @@ -395,13 +395,13 @@ normal: // o everything else if (equtyp == EQUREG) { -//Linko's request to issue a warning on labels that equated to the same register -//would go here. Not sure how to implement it though. :-/ +//Linko's request to issue a warning on labels that equated to the same +//register would go here. Not sure how to implement it though. :-/ /* Maybe like this way: have an array of bools with 64 entries. Whenever a register is equated, set the -corresponding register bool to true. Whenever it's undef'ed, set it to false. When -checking to see if it's already been equated, issue a warning. +corresponding register bool to true. Whenever it's undef'ed, set it to false. +When checking to see if it's already been equated, issue a warning. */ // Check that we are in a RISC section if (!rgpu && !rdsp)