Index: src/x64/simulator-x64.h |
diff --git a/src/x64/simulator-x64.h b/src/x64/simulator-x64.h |
index 8160e536481cad4d2c24ca14847b4922e170b2c8..6b4d718f66edf9a7d6b294764eba0b355b74ef40 100644 |
--- a/src/x64/simulator-x64.h |
+++ b/src/x64/simulator-x64.h |
@@ -31,6 +31,7 @@ |
// Since there is no simulator for the ia32 architecture the only thing we can |
// do is to call the entry directly. |
+// TODO(X64): Don't pass p0, since it isn't used? |
#define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \ |
entry(p0, p1, p2, p3, p4); |