AAM and AAD instruction fixes, fixes #2551.
This commit is contained in:
@@ -165,6 +165,14 @@ x86_doabrt(int x86_abrt)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
x86de(char *s, uint16_t error)
|
||||
{
|
||||
cpu_state.abrt = ABRT_DE;
|
||||
abrt_error = error;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
x86gpf(char *s, uint16_t error)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user