From 36ce140e4348a6045f407cd534e835ad9517fbc3 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 30 Jul 1990 15:51:32 +0000 Subject: [PATCH] changed a comment --- doc/em/int/em.p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/em/int/em.p b/doc/em/int/em.p index 2d0bb2d6..1a6cbcfc 100644 --- a/doc/em/int/em.p +++ b/doc/em/int/em.p @@ -192,7 +192,7 @@ var iclass: insclass; { true for escaped opcodes } dispat: array[insclass,byte] of dispatch; retsize:size; { holds size of last LFR } - insr: mnem; { holds the instructionnumber } + insr: mnem; { holds the instruction number } halted: boolean; { normally false } exitstatus:word; { parameter of MON 1 } ignmask:word; { ignore mask for traps }