XThread free stack on destruction

This commit is contained in:
Dr. Chat
2015-12-14 14:34:44 -06:00
committed by Ben Vanik
parent 07d31862f1
commit 621d3f8abb
2 changed files with 15 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ class XThread : public XObject {
protected:
bool AllocateStack(uint32_t size);
void FreeStack();
void InitializeGuestObject();
bool StepToAddress(uint32_t pc);