dos: fix get_64_sl() and set_64_sl()
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 15 Jun 2010 23:49:41 +0000 (16:49 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 15 Jun 2010 23:49:41 +0000 (16:49 -0700)
commit5ddf3aedfe591ffdf3a5b8bcc1f9523c96925418
treeb5879f90ff6652938c78d116b1fc9564496b8bf9
parent66f58cb7dc6818aa45974231b90424281311658f
dos: fix get_64_sl() and set_64_sl()

We must make sure we actually use the modified pointer returned from
set_fs(), otherwise bad things happen...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
libinstaller/syslxmod.c