Fix wrong segment selector

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-11-26 16:50:56 +01:00
parent 636813f768
commit 928506da8b
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ RELOCATOR_VARIABLE (edx)
.byte 0xea
RELOCATOR_VARIABLE (eip)
.long 0
.word 0x08
.word CODE_SEGMENT
/* GDT. Copied from loader/i386/linux.c. */
.p2align 4