Modest typo corrections

This commit is contained in:
Echelon9 2014-06-11 21:35:23 +10:00
parent 9d35fae7fe
commit c7d2a58291
2 changed files with 4 additions and 4 deletions

View file

@ -198,7 +198,7 @@ class Xbe : public Error
{
uint32 dwDataStartAddr; // raw start address
uint32 dwDataEndAddr; // raw end address
uint32 dwTLSIndexAddr; // tls index address
uint32 dwTLSIndexAddr; // tls index address
uint32 dwTLSCallbackAddr; // tls callback address
uint32 dwSizeofZeroFill; // size of zero fill
uint32 dwCharacteristics; // characteristics

View file

@ -1090,7 +1090,7 @@ static unsigned int WINAPI PCSTProxy
if(pfnNotificationRoutine == NULL)
continue;
DbgPrintf("EmKrnl (0x%X): Calling pfnNotificationRoutine[%d] (0x%.08X)\n", g_iThreadNotificationCount, GetCurrentThreadId(), pfnNotificationRoutine);
DbgPrintf("EmuKrnl (0x%X): Calling pfnNotificationRoutine[%d] (0x%.08X)\n", g_iThreadNotificationCount, GetCurrentThreadId(), pfnNotificationRoutine);
EmuSwapFS(); // Xbox FS
@ -1137,7 +1137,7 @@ callComplete:
if(pfnNotificationRoutine == NULL)
continue;
DbgPrintf("EmKrnl (0x%X): Calling pfnNotificationRoutine[%d] (0x%.08X)\n", g_iThreadNotificationCount, GetCurrentThreadId(), pfnNotificationRoutine);
DbgPrintf("EmuKrnl (0x%X): Calling pfnNotificationRoutine[%d] (0x%.08X)\n", g_iThreadNotificationCount, GetCurrentThreadId(), pfnNotificationRoutine);
EmuSwapFS(); // Xbox FS
@ -4151,7 +4151,7 @@ XBSYSAPI EXPORTNUM(258) VOID NTAPI xboxkrnl::PsTerminateSystemThread(IN NTSTATUS
if(pfnNotificationRoutine == NULL)
continue;
DbgPrintf("EmKrnl (0x%X): Calling pfnNotificationRoutine[%d] (0x%.08X)\n", g_iThreadNotificationCount, GetCurrentThreadId(), pfnNotificationRoutine);
DbgPrintf("EmuKrnl (0x%X): Calling pfnNotificationRoutine[%d] (0x%.08X)\n", g_iThreadNotificationCount, GetCurrentThreadId(), pfnNotificationRoutine);
EmuSwapFS(); // Xbox FS