Fixing stack size.

This commit is contained in:
Ben Vanik
2014-01-26 03:54:50 -08:00
parent 20c8eb1561
commit 51ae8299d9
3 changed files with 4 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ void IndirectCallThunk(void* raw_context, uint8_t* membase,
uint64_t target_address) {
// TODO(benvanik): generate this thunk at runtime? or a shim?
auto thread_state = *((ThreadState**)raw_context);
XEASSERTALWAYS();
}
void IssueCallIndirect(X64Emitter& e, Value* target, uint32_t flags) {
Reg64 r;