Skip to content

Commit

Permalink
ps3: Do netFreethreadContext()
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Sep 13, 2011
1 parent 5df8439 commit c8c3da5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/arch/arch_ps3.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ thread_trampoline(void *aux)
hts_thread_exit_specific();
#endif
free(ta);

extern int netFreethreadContext(long long, int);

netFreethreadContext(0, 1);

sys_ppu_thread_exit(0);
return r;
}
Expand Down

0 comments on commit c8c3da5

Please sign in to comment.