x86: add new register enums for IDT, LDT, GDT & TR

This commit is contained in:
Nguyen Anh Quynh
2016-02-06 17:35:45 +08:00
parent ed77cacbf3
commit 6986fa3947
4 changed files with 20 additions and 4 deletions

View File

@ -246,7 +246,11 @@ const (
X86_REG_R13W = 239
X86_REG_R14W = 240
X86_REG_R15W = 241
X86_REG_ENDING = 242
X86_REG_IDTR = 242
X86_REG_GDTR = 243
X86_REG_LDTR = 244
X86_REG_TR = 245
X86_REG_ENDING = 246
// X86 instructions