Sync with trunk revision 63128.
[reactos.git] / boot / armllb / os / loader.c
index 05689d9..addf9dc 100644 (file)
@@ -115,7 +115,7 @@ LlbHwLoadOsLoaderFromRam(VOID)
     /* Set parameters for the OS loader */
     snprintf(CommandLine,
              sizeof(CommandLine),
-             "rdbase=0x%x rdsize=0x%x rdoffset=%s",
+             "rdbase=0x%lx rdsize=0x%lx rdoffset=%s",
              RootFs, Size, Offset);
     LlbSetCommandLine(CommandLine);