diff options
Diffstat (limited to 'nexus/arch.h')
-rw-r--r-- | nexus/arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nexus/arch.h b/nexus/arch.h index 85278272..c6064ea2 100644 --- a/nexus/arch.h +++ b/nexus/arch.h @@ -121,6 +121,7 @@ enum RelLocType : uint8_t REL_LOC_BRANCH_R = 4, REL_LOC_SPINE = 5, REL_LOC_HROW = 6, + REL_LOC_VCC = 7, }; enum ArcFlags @@ -421,6 +422,7 @@ inline bool chip_rel_loc_tile(const ChipInfoPOD *chip, int32_t base, const RelWi return true; } case REL_LOC_GLOBAL: + case REL_LOC_VCC: next = 0; return true; default: |