Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/arm/simulator-arm.h

Issue 29747555: Issue 6531 - remove inspector and adapt for Android NDK r16b (Closed) Base URL: https://github.com/abby-sergz/v8-googlesource.git@7fece33157c55b16decdf4cde199ca3dddc17db3
Patch Set: Created April 9, 2018, 8:38 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/arm/simulator-arm.h
diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
index 1cb11ffd96e85fd92acf16d1ea449d2b001b01e4..46c80e25deaae25602f6320d12a606d658780194 100644
--- a/src/arm/simulator-arm.h
+++ b/src/arm/simulator-arm.h
@@ -213,7 +213,7 @@ class Simulator : public SimulatorBase {
V8_EXPORT_PRIVATE intptr_t CallImpl(byte* entry, int argument_count,
const intptr_t* arguments);
- intptr_t CallFPImpl(byte* entry, double d0, double d1);
+ int32_t CallFPImpl(byte* entry, double d0, double d1);
sergei 2018/04/09 09:48:10 Compare https://chromium.googlesource.com/v8/v8.gi
hub 2018/04/11 01:55:14 In master https://chromium.googlesource.com/v8/v8.
sergei 2018/04/11 09:34:44 Done, perhaps it's better. When I was changing it
// Unsupported instructions use Format to print an error and stop execution.
void Format(Instruction* instr, const char* format);

Powered by Google App Engine
This is Rietveld