4 lines
146 B
C
4 lines
146 B
C
/* This is how the size of an individual .o file's text segment
|
|
is rounded on a SONY NEWS. */
|
|
|
|
#define FILEADDR_ROUND(addr) ((addr + 3) & -4)
|