Value: __asm {push ebp} \ __asm {mov ebp,esp} \ __asm {push eax} \ __asm {pushfd} \ __asm {pushad} \ __asm {sub esp,__LOCAL_SIZE} \ __asm {mov ecx,numParams+1 } \ __asm {mov ebx,(numParams+1)*4} \ __asm {repush_regs:} \ __asm {push [ebp+ebx]} \ __asm {sub ebx,4} \ __asm {loop repush_regs}{ Definition at line 63 of file CATIntercept.h. Referenced by CATOpenALIntercept::OnALBufferData(), CATOpenALIntercept::OnALQueueBuffers(), CATOpenALIntercept::OnALSourcePlay(), CATOpenALIntercept::OnALSourcePlayV(), CATOpenALIntercept::OnALSourceStop(), CATOpenALIntercept::OnALSourceStopV(), CATInjectionPropagate::OnCreateProcessW(), CATOverlayDirect3D9::OnEndScene(), CATTimeWarp::OnGetTickCount(), CATDirectSoundIntercept::OnLockBuffer(), CATDirectSoundIntercept::OnPlayBuffer(), CATDirectSoundIntercept::OnPlayBufferEAX(), CATDirectSoundIntercept::OnPlaySegment(), CATDirectSoundIntercept::OnPlaySegmentEx(), CATOverlayDirect3D9::OnPresent9(), CATTimeWarp::OnQueryPerformanceCounter(), CATOverlayOpenGL::OnSwapBuffers(), CATTimeWarp::OnTimeGetTime(), and CATDirectSoundIntercept::OnUnlockBuffer().
|