diff options
| author | Andrew Chambers <[email protected]> | 2021-10-17 14:57:04 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-17 14:57:04 +1300 |
| commit | 5405a8654b7474d45b0b3f34f83a375a3a418f46 (patch) | |
| tree | 401f78506f5d3c0855e3298dec25ac6091234a36 /minias.h | |
| parent | 12df58b9451fcb463e318ed1723a5f963c656bc6 (diff) | |
Implement simple jump relaxing.
Diffstat (limited to 'minias.h')
| -rw-r--r-- | minias.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ typedef struct { const char *name; int32_t idx; int64_t offset; + int64_t wco; /* worst case offset */ int64_t size; int global; int defined; |
