mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Commit 933e9e407b broke the simulator on a 64-bit platform.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user