Fixed LOCK legality with prefixes, closes #4189.
This commit is contained in:
@@ -80,6 +80,8 @@ int hlt_reset_pending;
|
||||
|
||||
int fpu_cycles = 0;
|
||||
|
||||
int in_lock = 0;
|
||||
|
||||
#ifdef ENABLE_X86_LOG
|
||||
void dumpregs(int);
|
||||
|
||||
@@ -351,6 +353,8 @@ reset_common(int hard)
|
||||
if (!is286)
|
||||
reset_808x(hard);
|
||||
|
||||
in_lock = 0;
|
||||
|
||||
cpu_cpurst_on_sr = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user