fix alignment from tabs to spaces

This commit is contained in:
RadWolfie 2022-03-30 13:26:32 -05:00
parent 57640cad49
commit 6d395bf2ee
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ XBSYSAPI EXPORTNUM(265) xbox::void_xt NTAPI xbox::RtlCaptureContext
mov ebx, [esp + 8] // ebx = ContextRecord;
mov [ebx + CONTEXT.Eax], eax // ContextRecord->Eax = eax;
mov eax, [esp] // eax = original value of ebx
mov eax, [esp] // eax = original value of ebx
mov [ebx + CONTEXT.Ebx], eax // ContextRecord->Ebx = original value of ebx
mov [ebx + CONTEXT.Ecx], ecx // ContextRecord->Ecx = ecx;
mov [ebx + CONTEXT.Edx], edx // ContextRecord->Edx = edx;