Explorar el Código

removed Exit procedure - now it has to be implemented in a module to be linked just after Modules

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8366 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova hace 6 años
padre
commit
e9d0349278
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  1. 0 11
      source/Windows.Kernel32.Mod

+ 0 - 11
source/Windows.Kernel32.Mod

@@ -1202,17 +1202,6 @@ VAR hout: HANDLE;
 				
 			exit:
 		END EntryPoint;
-		
-		PROCEDURE {FINAL, NOPAF} Exit*;
-		CODE{SYSTEM.i386}
-			POP EDI
-			POP ESI
-			POP EBX
-			POP EBP
-
-			MOV EAX, 1
-			RET 12
-		END Exit;
 
 	#ELSE
 		(* The following procedure is linked as the first block in the code section of a PE32 executable file