n
This commit is contained in:
parent
a057f8e72c
commit
67ab00564f
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue