Remove stray debugging code with no effect or explanation from RelocIterator.
Review URL: http://codereview.chromium.org/287003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3078 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
3b955790a0
commit
dac210d3e9
@ -343,9 +343,6 @@ void RelocIterator::next() {
|
||||
if (SetMode(RelocInfo::EMBEDDED_OBJECT)) return;
|
||||
} else if (tag == kCodeTargetTag) {
|
||||
ReadTaggedPC();
|
||||
if (*(reinterpret_cast<int*>(rinfo_.pc())) == 0x61) {
|
||||
tag = 0;
|
||||
}
|
||||
if (SetMode(RelocInfo::CODE_TARGET)) return;
|
||||
} else if (tag == kPositionTag) {
|
||||
ReadTaggedPC();
|
||||
|
Loading…
Reference in New Issue
Block a user