fixes to make adl855pc compile.
fixes to emulator. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1806 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -669,7 +669,12 @@ u16 *decode_rm_seg_register(int reg)
|
||||
DECODE_PRINTF("DS");
|
||||
return &M.x86.R_DS;
|
||||
case 4:
|
||||
case 5:
|
||||
DECODE_PRINTF("FS");
|
||||
return &M.x86.R_FS;
|
||||
case 5:
|
||||
DECODE_PRINTF("GS");
|
||||
return &M.x86.R_GS;
|
||||
|
||||
case 6:
|
||||
case 7:
|
||||
DECODE_PRINTF("ILLEGAL SEGREG");
|
||||
|
Reference in New Issue
Block a user