Recompiler now handles reset caused by a newly generated codeblock.
This commit is contained in:
parent
d79814692f
commit
6bc394b4c6
3 changed files with 14 additions and 1 deletions
|
|
@ -104,3 +104,5 @@ void x86seg_reset();
|
|||
void x86gpf(char *s, uint16_t error);
|
||||
|
||||
extern uint16_t zero;
|
||||
|
||||
extern int x86_was_reset;
|
||||
|
|
|
|||
Loading…
Reference in a new issue