mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-23 18:06:02 +00:00
6 lines
141 B
C
6 lines
141 B
C
|
|
/* This is how the size of an individual .o file's text segment
|
|
is rounded on a vax. */
|
|
|
|
#define FILEADDR_ROUND(addr) ((addr + 3) & -4)
|