diff options
Diffstat (limited to 'sys/amd64/amd64/genassym.c')
-rw-r--r-- | sys/amd64/amd64/genassym.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index e2e772347923..ed1ecb071122 100644 --- a/sys/amd64/amd64/genassym.c +++ b/sys/amd64/amd64/genassym.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $Id: genassym.c,v 1.67 1999/05/11 16:04:39 luoqi Exp $ + * $Id: genassym.c,v 1.68 1999/05/12 21:30:49 luoqi Exp $ */ #include "opt_vm86.h" @@ -203,6 +203,7 @@ main() printf("#define\tGD_SWITCHTICKS %#x\n", OS(globaldata, gd_switchticks)); #ifdef VM86 printf("#define\tGD_COMMON_TSSD %#x\n", OS(globaldata, gd_common_tssd)); + printf("#define\tGD_TSS_GDT %#x\n", OS(globaldata, gd_tss_gdt)); #endif #ifdef USER_LDT printf("#define\tGD_CURRENTLDT %#x\n", OS(globaldata, gd_currentldt)); |