changeset 26538:1b05ff23d572

Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards anyway. The calls were missing parameters and caused compilation failures.
author diego
date Mon, 28 Apr 2008 13:07:01 +0000
parents 4120a65789a8
children d572ecfb34ae
files loader/qtx/list.c loader/qtx/qtxload.c
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/loader/qtx/list.c	Mon Apr 28 13:05:25 2008 +0000
+++ b/loader/qtx/list.c	Mon Apr 28 13:07:01 2008 +0000
@@ -53,7 +53,6 @@
     desc.componentFlagsMask=0;
     
     printf("Count = %ld\n",CountComponents(&desc));
-    
-    Restore_LDT_Keeper();
+
     exit(0);
 }
--- a/loader/qtx/qtxload.c	Mon Apr 28 13:05:25 2008 +0000
+++ b/loader/qtx/qtxload.c	Mon Apr 28 13:07:01 2008 +0000
@@ -122,8 +122,7 @@
 
 //    for(i=0;i<0x00001837;i++)
 //	if(x_table[i]) printf("x_table[0x%X] = %p\n",i,x_table[i]);
-    
-    Restore_LDT_Keeper();
+
     exit(0);
     //return 0;
 }