summaryrefslogtreecommitdiff
path: root/src/vm/argdestination.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/argdestination.h')
-rw-r--r--src/vm/argdestination.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/argdestination.h b/src/vm/argdestination.h
index 439761bec2..386ba57c82 100644
--- a/src/vm/argdestination.h
+++ b/src/vm/argdestination.h
@@ -126,7 +126,7 @@ public:
// This function is used rarely and so the overhead of reading the zeros from
// the stack is negligible.
long long zeros[CLR_SYSTEMV_MAX_EIGHTBYTES_COUNT_TO_PASS_IN_REGISTERS] = {};
- _ASSERTE(sizeof(zeros) >= fieldBytes);
+ _ASSERTE(sizeof(zeros) >= (size_t)fieldBytes);
CopyStructToRegisters(zeros, fieldBytes, 0);
}