aboutsummaryrefslogtreecommitdiff
path: root/minias.h
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-17 14:57:04 +1300
committerAndrew Chambers <[email protected]>2021-10-17 14:57:04 +1300
commit5405a8654b7474d45b0b3f34f83a375a3a418f46 (patch)
tree401f78506f5d3c0855e3298dec25ac6091234a36 /minias.h
parent12df58b9451fcb463e318ed1723a5f963c656bc6 (diff)
Implement simple jump relaxing.
Diffstat (limited to 'minias.h')
-rw-r--r--minias.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/minias.h b/minias.h
index 020de41..5914c1b 100644
--- a/minias.h
+++ b/minias.h
@@ -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;