Revert "Reset pc_compat before second pass"
This reverts commit 3c22187fb494592a51162c3863b3521cf1d74cc3. That commit broke the -Z compile flag. The idea was to allow having different compat modes for regions of code.
This commit is contained in:
parent
35190f55fb
commit
128c56df3f
@ -844,7 +844,6 @@ static void resetglobals(void)
|
|||||||
sc_curstates=0;
|
sc_curstates=0;
|
||||||
pc_memflags=0;
|
pc_memflags=0;
|
||||||
pc_naked=FALSE;
|
pc_naked=FALSE;
|
||||||
pc_compat=FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void initglobals(void)
|
static void initglobals(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user