Made compiler more picky by adding -Wall to CFLAGS.
This showed up more warnings where some are already fixed.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/********************************************************************/
|
||||
/* INIT ACR und MMU /*
|
||||
/********************************************************************/
|
||||
/*
|
||||
* INIT ACR and MMU
|
||||
*/
|
||||
|
||||
#include "startcf.h"
|
||||
|
||||
@@ -177,9 +177,9 @@ _mmu_init:
|
||||
nop
|
||||
rts
|
||||
|
||||
/********************************************************************/
|
||||
/* MMU table search /*
|
||||
/********************************************************************/
|
||||
/*
|
||||
* MMU table search
|
||||
*/
|
||||
_mmutr_miss:
|
||||
bsr cpusha
|
||||
and.l #0xFFF00000,d0
|
||||
|
||||
Reference in New Issue
Block a user