File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,9 @@ static mp_obj_t extra_coverage(void) {
212212 mp_printf (& mp_plat_print , "%llu\n" , ULLONG_MAX ); // unsigned long long
213213 } else {
214214 // fake for platforms without narrower mp_int_t
215- mp_printf (& mp_plat_print , "7fffffffffffffff\n" , LLONG_MAX );
216- mp_printf (& mp_plat_print , "7FFFFFFFFFFFFFFF\n" , LLONG_MAX );
217- mp_printf (& mp_plat_print , "18446744073709551615\n" , ULLONG_MAX );
215+ mp_printf (& mp_plat_print , "7fffffffffffffff\n" );
216+ mp_printf (& mp_plat_print , "7FFFFFFFFFFFFFFF\n" );
217+ mp_printf (& mp_plat_print , "18446744073709551615\n" );
218218 }
219219 mp_printf (& mp_plat_print , "%p\n" , (void * )0x789f ); // pointer
220220 mp_printf (& mp_plat_print , "%P\n" , (void * )0x789f ); // pointer uppercase
You can’t perform that action at this time.
0 commit comments