Initial revision
This commit is contained in:
14
util/ceg/ce_back/obj_back/switchseg.c
Normal file
14
util/ceg/ce_back/obj_back/switchseg.c
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "data.h"
|
||||
|
||||
switchseg( seg)
|
||||
int seg;
|
||||
|
||||
/* De EM definitie eist dat pseudoinstructies gealigned worden op
|
||||
* woordgrens.
|
||||
*/
|
||||
{
|
||||
if ( seg == cur_seg)
|
||||
return;
|
||||
cur_seg = seg;
|
||||
align_word();
|
||||
}
|
||||
Reference in New Issue
Block a user