[AVIFIL32]
[reactos.git] / reactos / dll / ntdll / dispatch / i386 / dispatch.S
index 10706e2..0ef4d37 100644 (file)
@@ -184,7 +184,7 @@ _KiRaiseUserExceptionDispatcher@0:
 
 
 PUBLIC _KiUserExceptionDispatcher@8
-.PROC KiUserExceptionDispatcher@8
+.PROC _KiUserExceptionDispatcher@8
     FPO 0, 0, 0, 0, 0, FRAME_FPO
 
     /* Clear direction flag */
@@ -241,10 +241,10 @@ Exit:
     call _RtlRaiseException@4
     ret 8
 
-.ENDP KiUserExceptionDispatcher@8
+.ENDP
 
 PUBLIC _KiIntSystemCall@0
-.PROC KiIntSystemCall@0
+.PROC _KiIntSystemCall@0
     FPO 0, 0, 0, 0, 0, FRAME_FPO
 
     /* Set stack in EDX and do the interrupt */
@@ -254,26 +254,26 @@ PUBLIC _KiIntSystemCall@0
     /* Return to caller */
     ret
 
-.ENDP KiIntSystemCall@0
+.ENDP
 
 PUBLIC _KiFastSystemCall@0
-.PROC KiFastSystemCall@0
+.PROC _KiFastSystemCall@0
     FPO 0, 0, 0, 0, 0, FRAME_FPO
 
     /* Put ESP in EDX and do the SYSENTER */
     mov edx, esp
     sysenter
 
-.ENDP KiFastSystemCall@0
+.ENDP
 
 PUBLIC _KiFastSystemCallRet@0
-.PROC KiFastSystemCallRet@0
+.PROC _KiFastSystemCallRet@0
     FPO 0, 0, 0, 0, 0, FRAME_FPO
 
     /* Just return to caller */
     ret
 
-.ENDP KiFastSystemCallRet@0
+.ENDP
 
 PUBLIC _RtlpGetStackLimits@8
 _RtlpGetStackLimits@8: