replaced Dutch comments
This commit is contained in:
parent
817facac14
commit
f58722ab46
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ char *mnem;
|
||||||
else if ( rel < 0)
|
else if ( rel < 0)
|
||||||
high = mid;
|
high = mid;
|
||||||
else
|
else
|
||||||
/* pas op, mid is naar beneden afgerond !! */
|
/* watch it, mid is truncated */
|
||||||
low = ( mid == low ? low + 1: mid);
|
low = ( mid == low ? low + 1: mid);
|
||||||
}
|
}
|
||||||
( *( instruction[ mid]))( &operand[0], &operand[1], &operand[2],
|
( *( instruction[ mid]))( &operand[0], &operand[1], &operand[2],
|
||||||
|
|
Loading…
Reference in a new issue