瀏覽代碼

adapted to new ip_spec.t

ceriel 36 年之前
父節點
當前提交
628b9699e8
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      doc/em/em.i
  2. 1 0
      util/ass/asprint.p

+ 1 - 0
doc/em/em.i

@@ -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

+ 1 - 0
util/ass/asprint.p

@@ -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