Commit 933e9e407b broke the simulator on a 64-bit platform.

This commit is contained in:
Gregory Nutt
2019-07-29 14:34:29 -06:00
parent c71f2fa56f
commit eef2f4599e
2 changed files with 32 additions and 26 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ static int vsprintf_internal(FAR struct lib_outstream_s *stream,
c = 'l';
break;
#ifdef CONFIG_HAVE_LONG_LONG
#if defined(CONFIG_LIBC_LONG_LONG) && ULLONG_MAX != ULONG_MAX
case sizeof(unsigned long long):
c = 'l';
flags |= FL_LONG;