Initial revision
This commit is contained in:
parent
be42070d0f
commit
d32d3c6199
13
util/ceg/ce_back/obj_back/text4.c
Normal file
13
util/ceg/ce_back/obj_back/text4.c
Normal file
@ -0,0 +1,13 @@
|
||||
#include "mach.h"
|
||||
|
||||
text4( l)
|
||||
FOUR_BYTES l;
|
||||
{
|
||||
#ifdef WORDS_REVERSED
|
||||
text2( (short) ((unsigned long)l>>16));
|
||||
text2( (short) l);
|
||||
#else
|
||||
text2( (short) l);
|
||||
text2( (short) ((unsigned long)l>>16));
|
||||
#endif
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user