[ros-diffs] [tkreuzer] 52472: [FREELDR] Fix amd64 build of setupldr as well.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Sun Jun 26 18:06:22 UTC 2011


Author: tkreuzer
Date: Sun Jun 26 18:06:19 2011
New Revision: 52472

URL: http://svn.reactos.org/svn/reactos?rev=52472&view=rev
Log:
[FREELDR]
Fix amd64 build of setupldr as well.

Modified:
    trunk/reactos/boot/freeldr/freeldr/arch/amd64/entry.S

Modified: trunk/reactos/boot/freeldr/freeldr/arch/amd64/entry.S
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/amd64/entry.S?rev=52472&r1=52471&r2=52472&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/amd64/entry.S [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/amd64/entry.S [iso-8859-1] Sun Jun 26 18:06:19 2011
@@ -28,6 +28,10 @@
 Int386:
 PUBLIC PxeCallApi
 PxeCallApi:
+PUBLIC __lgdt
+__lgdt:
+PUBLIC __ltr
+__ltr:
 
 nop
 




More information about the Ros-diffs mailing list