[host] cosmetics

This commit is contained in:
Geoffrey McRae 2019-10-09 19:52:31 +11:00
parent 4c0ca1c8e7
commit 5f1d17ba1f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
B1-9-g8ef1aee35c+1
B1-10-g4c0ca1c8e7+1

View File

@ -363,8 +363,8 @@ int app_main(int argc, char * argv[])
app.frames = (uint8_t *)ALIGN_UP(app.pointerData + app.pointerDataSize);
app.frameSize = ALIGN_DN((shmemSize - (app.frames - shmemMap)) / MAX_FRAMES);
DEBUG_INFO("Max Cursor Size : %u MiB" , app.pointerDataSize / 1048576);
DEBUG_INFO("Max Frame Size : %u MiB" , app.frameSize / 1048576);
DEBUG_INFO("Max Cursor Size : %u MiB", app.pointerDataSize / 1048576);
DEBUG_INFO("Max Frame Size : %u MiB", app.frameSize / 1048576);
DEBUG_INFO("Cursor : 0x%" PRIXPTR " (0x%08x)", (uintptr_t)app.pointerData, app.pointerOffset);
for (int i = 0; i < MAX_FRAMES; ++i)