Fixed compiler warnings for Windows builds.
Added -Werror to Windows makefiles.
This commit is contained in:
parent
334992ef54
commit
2b892d2a7a
168 changed files with 1927 additions and 1963 deletions
17
src/mem.h
17
src/mem.h
|
|
@ -166,4 +166,21 @@ extern mem_mapping_t ram_low_mapping;
|
|||
void mem_remap_top_256k();
|
||||
void mem_remap_top_384k();
|
||||
|
||||
void mem_flush_write_page(uint32_t addr, uint32_t virt);
|
||||
|
||||
void mem_add_bios();
|
||||
|
||||
void mem_init();
|
||||
void mem_resize();
|
||||
|
||||
void flushmmucache();
|
||||
void flushmmucache_nopc();
|
||||
void flushmmucache_cr3();
|
||||
|
||||
void resetreadlookup();
|
||||
|
||||
void mmu_invalidate(uint32_t addr);
|
||||
|
||||
int loadbios();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue