mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
Revert RichardG's recompiler changes from build 8136 due to too many regressions, a way to bring them back with fewer regressions will be looked into for 6.0.
This commit is contained in:
@@ -320,7 +320,6 @@ extern void do_pause(int p);
|
||||
extern double isa_timing;
|
||||
extern int io_delay;
|
||||
extern int framecountx;
|
||||
extern int seconds_elapsed;
|
||||
|
||||
extern volatile int cpu_thread_run;
|
||||
extern uint8_t postcard_codes[POSTCARDS_NUM];
|
||||
|
||||
@@ -224,9 +224,6 @@ typedef struct page_t {
|
||||
|
||||
uint64_t *byte_dirty_mask;
|
||||
uint64_t *byte_code_present_mask;
|
||||
|
||||
uint32_t inv_count;
|
||||
uint32_t inv_timestamp;
|
||||
} page_t;
|
||||
|
||||
extern uint32_t purgable_page_list_head;
|
||||
@@ -253,9 +250,6 @@ typedef struct _page_ {
|
||||
|
||||
/*Head of codeblock tree associated with this page*/
|
||||
struct codeblock_t *head;
|
||||
|
||||
uint32_t inv_count;
|
||||
uint32_t inv_timestamp;
|
||||
} page_t;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user