diff options
Diffstat (limited to 'src/common_test.h')
| -rw-r--r-- | src/common_test.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common_test.h b/src/common_test.h index a32383108b..087168dc4e 100644 --- a/src/common_test.h +++ b/src/common_test.h @@ -207,8 +207,10 @@ class CommonTest : public testing::Test { reinterpret_cast<uint32_t>(invoke_stub) #if defined(ART_USE_LLVM_COMPILER) , NULL, - -1u, - -1u + static_cast<uint16_t>(-1u), + static_cast<uint16_t>(-1u), + static_cast<uint16_t>(-1u), + static_cast<uint16_t>(-1u) #endif ); } |