From 67ab00564f7daa486140d71f42e723fd6e8420aa Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 25 Nov 1987 13:51:25 +0000 Subject: [PATCH] n --- util/ceg/ce_back/obj_back/switchseg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/ceg/ce_back/obj_back/switchseg.c b/util/ceg/ce_back/obj_back/switchseg.c index 4b8312086..0c1b8f6c8 100644 --- a/util/ceg/ce_back/obj_back/switchseg.c +++ b/util/ceg/ce_back/obj_back/switchseg.c @@ -3,9 +3,9 @@ switchseg( seg) int seg; -/* De EM definitie eist dat pseudoinstructies gealigned worden op - * woordgrens. - */ + /* The EM definition demands that pseudo instructions are aligned + * at word boundaries. + */ { if ( seg == cur_seg) return; -- 2.34.1