Fix the snapshotter when ENABLE_DEBUGGER_SUPPORT is off.
Review URL: http://codereview.chromium.org/151136 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2323 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
05ccaa41ef
commit
9518261f2b
@ -699,6 +699,7 @@ void ExternalReferenceTable::PopulateTable() {
|
||||
UNCLASSIFIED,
|
||||
10,
|
||||
"Debug::step_in_fp_addr()");
|
||||
#endif
|
||||
Add(ExternalReference::double_fp_operation(Token::ADD).address(),
|
||||
UNCLASSIFIED,
|
||||
11,
|
||||
@ -715,7 +716,6 @@ void ExternalReferenceTable::PopulateTable() {
|
||||
UNCLASSIFIED,
|
||||
14,
|
||||
"compare_doubles");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user