This commit is contained in:
kaashoek 1987-11-25 13:51:25 +00:00
parent a057f8e72c
commit 67ab00564f

View file

@ -3,9 +3,9 @@
switchseg( seg) switchseg( seg)
int seg; int seg;
/* De EM definitie eist dat pseudoinstructies gealigned worden op /* The EM definition demands that pseudo instructions are aligned
* woordgrens. * at word boundaries.
*/ */
{ {
if ( seg == cur_seg) if ( seg == cur_seg)
return; return;