Fiddling with stack. Still wrong.

This commit is contained in:
Ben Vanik
2014-01-26 04:34:29 -08:00
parent 495edda8d8
commit 3e52a99adf
3 changed files with 24 additions and 10 deletions

View File

@@ -214,7 +214,7 @@ void X64CodeChunk::AddTableEntry(uint8_t* code, size_t code_size) {
offset += UNWIND_INFO_SIZE;
// TODO(benvanik): take as parameters?
bool has_prolog = false;
bool has_prolog = true;
uint8_t prolog_size = 4;
uint8_t stack_bytes = 64;