| Index: runtime/vm/unit_test.h
|
| ===================================================================
|
| --- runtime/vm/unit_test.h (revision 34712)
|
| +++ runtime/vm/unit_test.h (working copy)
|
| @@ -152,8 +152,8 @@
|
| // Not running on ARM or MIPS hardware, call simulator to execute code.
|
| #if defined(ARCH_IS_64_BIT)
|
| // TODO(zra): Supply more macros for 64-bit as tests are added for ARM64.
|
| -#define EXECUTE_TEST_CODE_INT32(name, entry) \
|
| - static_cast<int32_t>(Simulator::Current()->Call( \
|
| +#define EXECUTE_TEST_CODE_INT64(name, entry) \
|
| + static_cast<int64_t>(Simulator::Current()->Call( \
|
| bit_cast<int64_t, uword>(entry), 0, 0, 0, 0))
|
| #else
|
| #define EXECUTE_TEST_CODE_INT32(name, entry) \
|
|
|