Index: src/compiler/x64/instruction-codes-x64.h |
diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h |
index 6859e90bcd39919a5fb80c6f737d56a1dc59e6a2..807fe1480f2f387c3607df4c20377da292a820e4 100644 |
--- a/src/compiler/x64/instruction-codes-x64.h |
+++ b/src/compiler/x64/instruction-codes-x64.h |
@@ -88,7 +88,7 @@ namespace compiler { |
// M = memory operand |
// R = base register |
// N = index register * N for N in {1, 2, 4, 8} |
-// I = immediate displacement (int32_t) |
+// I = immediate displacement (32-bit signed integer) |
#define TARGET_ADDRESSING_MODE_LIST(V) \ |
V(MR) /* [%r1 ] */ \ |