Revision: 15469
Author: [email protected]
Date: Wed Jul 3 07:21:21 2013
Log: Fix compilation on x64 after r15466
[email protected]
Review URL: https://codereview.chromium.org/18643002
Patch from Jochen Eisinger <[email protected]>.
http://code.google.com/p/v8/source/detail?r=15469
Modified:
/branches/bleeding_edge/src/gdb-jit.cc
=======================================
--- /branches/bleeding_edge/src/gdb-jit.cc Wed Jul 3 04:57:38 2013
+++ /branches/bleeding_edge/src/gdb-jit.cc Wed Jul 3 07:21:21 2013
@@ -1799,7 +1799,7 @@
obj->AddSection(new(zone) DebugLineSection(desc));
}
#if V8_TARGET_ARCH_X64
- obj->AddSection(new(zone) UnwindInfoSection(desc), zone);
+ obj->AddSection(new(zone) UnwindInfoSection(desc));
#endif
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.