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) {
212
212
mp_printf (& mp_plat_print , "%llu\n" , ULLONG_MAX ); // unsigned long long
213
213
} else {
214
214
// 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" );
218
218
}
219
219
mp_printf (& mp_plat_print , "%p\n" , (void * )0x789f ); // pointer
220
220
mp_printf (& mp_plat_print , "%P\n" , (void * )0x789f ); // pointer uppercase
You can’t perform that action at this time.
0 commit comments