Fix reversed logic in previous commit that broke build and earned me quite the
pointy hat. Submitted by: bz
This commit is contained in:
parent
7199b6f7ee
commit
21535672bb
@ -36,9 +36,9 @@
|
|||||||
*/
|
*/
|
||||||
#include "opt_cputype.h"
|
#include "opt_cputype.h"
|
||||||
#if defined(CPU_CNMIPS) && !defined(__mips_n64)
|
#if defined(CPU_CNMIPS) && !defined(__mips_n64)
|
||||||
typedef uintptr_t bus_addr_t;
|
|
||||||
#else
|
|
||||||
typedef uint64_t bus_addr_t;
|
typedef uint64_t bus_addr_t;
|
||||||
|
#else
|
||||||
|
typedef uintptr_t bus_addr_t;
|
||||||
#endif
|
#endif
|
||||||
typedef uintptr_t bus_size_t;
|
typedef uintptr_t bus_size_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user