summaryrefslogtreecommitdiff
path: root/src/vm/i386/cgencpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/i386/cgencpu.h')
-rw-r--r--src/vm/i386/cgencpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/i386/cgencpu.h b/src/vm/i386/cgencpu.h
index ff76d992fc..e4a623b715 100644
--- a/src/vm/i386/cgencpu.h
+++ b/src/vm/i386/cgencpu.h
@@ -504,6 +504,7 @@ struct DECLSPEC_ALIGN(4) UMEntryThunkCode
const BYTE * m_execstub; // pointer to destination code // make sure the backpatched portion is dword aligned.
void Encode(BYTE* pTargetCode, void* pvSecretParam);
+ void Poison();
LPCBYTE GetEntryPoint() const
{