debug printfs that got left in. I blame greg.

llvm-svn: 226892
This commit is contained in:
Jason Molenda
2015-01-23 01:34:19 +00:00
parent 6d3dabc622
commit f16dbb8b07

View File

@@ -1055,11 +1055,9 @@ CompactUnwindInfo::CreateUnwindPlan_i386 (Target &target, FunctionInfo &function
if (mode == UNWIND_X86_MODE_STACK_IND && function_info.valid_range_offset_start != 0)
{
uint32_t stack_adjust = EXTRACT_BITS (function_info.encoding, UNWIND_X86_FRAMELESS_STACK_ADJUST);
printf("JSMDEBUG got stack_adjust %d from encoding 0x%x\n", stack_adjust, function_info.encoding);
// offset into the function instructions; 0 == beginning of first instruction
uint32_t offset_to_subl_insn = EXTRACT_BITS (function_info.encoding, UNWIND_X86_FRAMELESS_STACK_SIZE);
printf("JSMDEBUG got offset to sub instruction %d\n", offset_to_subl_insn);
SectionList *sl = m_objfile.GetSectionList ();
if (sl)