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/a... ============================================================================== --- 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