Skip to content

Commit 1572764

Browse files
authored
Add OPENBSD_SYSCALLS type (#67)
1 parent 3dbdfbd commit 1572764

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/rp/elf_struct.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ static std::string type_to_str(const uint32_t p_type) {
160160
return "OPENBSD_NOBTCFI";
161161
}
162162

163+
case 0x65a3dbe9: {
164+
return "OPENBSD_SYSCALLS";
165+
}
166+
163167
case 0x65a41be6: {
164168
return "OPENBSD_BOOTDATA";
165169
}

0 commit comments

Comments
 (0)