Skip to content

Commit

Permalink
Fix PR1609 assertion fault in show threads mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lange authored and Daniel Lange committed Feb 21, 2025
1 parent 2e62fae commit 5940545
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 5940545

Please sign in to comment.