Skip to content

Commit

Permalink
Fix PR #1609 assertion fault when showing threads on Darwin
Browse files Browse the repository at this point in the history
Closes #1611

Co-authored-by: aestriplex <[email protected]>
Co-authored-by: Explorer09 <[email protected]>
  • Loading branch information
3 people authored and BenBE committed Feb 21, 2025
1 parent b1474aa commit 5954fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions darwin/DarwinProcess.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Process* DarwinProcess_new(const Machine* host) {
this->stime = 0;
this->taskAccess = true;
this->translated = false;
this->super.state = UNKNOWN;

return (Process*)this;
}
Expand Down

0 comments on commit 5954fa0

Please sign in to comment.