Recompiler now handles reset caused by a newly generated codeblock.

This commit is contained in:
TomW 2015-07-12 15:22:58 +01:00
commit 6bc394b4c6
3 changed files with 14 additions and 1 deletions

View file

@ -104,3 +104,5 @@ void x86seg_reset();
void x86gpf(char *s, uint16_t error);
extern uint16_t zero;
extern int x86_was_reset;