Skip to content

Commit

Permalink
Merge pull request #13 from Sovexe/linux1647
Browse files Browse the repository at this point in the history
Correct prologue issue for Linux builds 1644, 1645, and 1646. Add Linux 1647 support
  • Loading branch information
AffectedArc07 authored Dec 10, 2024
2 parents 0178938 + 50bc5a8 commit dcb7206
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions prof.c
Original file line number Diff line number Diff line change
Expand Up @@ -1324,9 +1324,10 @@ static int unsigned const byond_offsets[][9] = {
[BYOND_VERSION_ADJUSTED(1641)] = {0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000},
[BYOND_VERSION_ADJUSTED(1642)] = {0x006DB818, 0x006DB81C, 0x006DB830, 0x006DB86C, 0x001C002C, 0x00323000, 0x003105C0, 0x00306FC0, 0x00050505},
[BYOND_VERSION_ADJUSTED(1643)] = {0x006DB618, 0x006DB61C, 0x006DB630, 0x006DB66C, 0x001C002C, 0x00322E10, 0x00310430, 0x00306E30, 0x00050505},
[BYOND_VERSION_ADJUSTED(1644)] = {0x00786DF0, 0x00786DEC, 0x00786DD8, 0x00786D80, 0x001C002C, 0x003486D0, 0x00334490, 0x00322C90, 0x00050606},
[BYOND_VERSION_ADJUSTED(1645)] = {0x00788DF0, 0x00788DEC, 0x00788DD8, 0x00788D80, 0x001C002C, 0x0034A240, 0x00336000, 0x00324800, 0x00050606},
[BYOND_VERSION_ADJUSTED(1646)] = {0x00788DF0, 0x00788DEC, 0x00788DD8, 0x00788D80, 0x001C002C, 0x0034A430, 0x003361F0, 0x003249F0, 0x00050606},
[BYOND_VERSION_ADJUSTED(1644)] = {0x00786DF0, 0x00786DEC, 0x00786DD8, 0x00786D80, 0x001C002C, 0x003486D0, 0x00334490, 0x00322C90, 0x00050505},
[BYOND_VERSION_ADJUSTED(1645)] = {0x00788DF0, 0x00788DEC, 0x00788DD8, 0x00788D80, 0x001C002C, 0x0034A240, 0x00336000, 0x00324800, 0x00050505},
[BYOND_VERSION_ADJUSTED(1646)] = {0x00788DF0, 0x00788DEC, 0x00788DD8, 0x00788D80, 0x001C002C, 0x0034A430, 0x003361F0, 0x003249F0, 0x00050505},
[BYOND_VERSION_ADJUSTED(1647)] = {0x00787DF0, 0x00787DEC, 0x00787DD8, 0x00787D98, 0x001C002C, 0x00349680, 0x003353D0, 0x00323B20, 0x00050505},
};

#endif
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ A massive thanks to `mafemergency` for even making this possible. The below read

| windows | linux |
| -------- | -------- |
| 515.1647 | |
| 515.1646 | |
| 515.1645 | |
| 515.1644 | |
| 515.1647 | 515.1647 |
| 515.1646 | 515.1646 |
| 515.1645 | 515.1645 |
| 515.1644 | 515.1644 |
| 515.1643 | 515.1643 |
| 515.1642 | 515.1642 |
| 515.1641 | |
Expand Down

0 comments on commit dcb7206

Please sign in to comment.