Skip to content

Commit

Permalink
Update lifterClass.h
Browse files Browse the repository at this point in the history
  • Loading branch information
NaC-L committed Jan 8, 2025
1 parent cc7d297 commit 954cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifter/lifterClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class lifterClass {
static inline GEPinfo getEmptyKey() { return GEPinfo(nullptr, 0, 0); }

static inline GEPinfo getTombstoneKey() {
return GEPinfo(nullptr, 255, 0);
return GEPinfo(nullptr, -1, -1);
}
};
};
Expand Down

0 comments on commit 954cf3a

Please sign in to comment.