adapted to new ip_spec.t
authorceriel <none@none>
Tue, 15 Mar 1988 13:17:42 +0000 (13:17 +0000)
committerceriel <none@none>
Tue, 15 Mar 1988 13:17:42 +0000 (13:17 +0000)
doc/em/em.i
util/ass/asprint.p

index 04ab372..fdef57d 100644 (file)
@@ -866,6 +866,7 @@ begin
       begin
        iflag:=f; instr:=insr;
        if '2' in cset      then ilength:=2
+       else if 'u' in cset then ilength:=2
        else if '4' in cset then ilength:=4
        else if '8' in cset then ilength:=8
        else if (mini in f) or (short in f) then
index f71e02b..b74a58e 100644 (file)
@@ -248,6 +248,7 @@ begin
       begin
        iflag:=f; instr:=insr;
        if '2' in cset      then ilength:=2
+       else if 'u' in cset then ilength:=2
        else if '4' in cset then ilength:=4
        else if '8' in cset then ilength:=8
        else if (mini in f) or (short in f) then