Correct comment.

This commit is contained in:
Olaf Seibert 2015-05-09 16:07:58 +02:00
parent 60511a5f81
commit a8b6c026db

View File

@ -978,9 +978,9 @@ static int assemble(
* flags are ignored, and an error issued.
* Apparently, that isn't true.
* Kermit seems to do this in k11cmd.mac:
* .psect $pdata ; line 16
* .psect $pdata ,ro,d,lcl,rel,con
* ; k11mac.mac, first pass only
* .psect $pdata ; line 16
* .psect $PDATA ,D ; line 1083
* and ends up with
* $PDATA 001074 003 (RO,D,LCL,REL,CON)