notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1510eea
)
mcd, fix type for memory setup (fixes LLP64 platforms)
author
kub
<derkub@gmail.com>
Mon, 8 Nov 2021 17:19:49 +0000
(18:19 +0100)
committer
kub
<derkub@gmail.com>
Mon, 8 Nov 2021 17:19:49 +0000
(18:19 +0100)
pico/cd/memory.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/cd/memory.c
b/pico/cd/memory.c
index
05ee3e1
..
c51ba1f
100644
(file)
--- a/
pico/cd/memory.c
+++ b/
pico/cd/memory.c
@@
-1185,7
+1185,7
@@
PICO_INTERNAL void PicoMemSetupCD(void)
#ifdef __clang__
\r
volatile // prevent strange relocs from clang
\r
#endif
\r
- u
nsigned long
ptr_ram = (uptr)PicoMem.ram;
\r
+ u
ptr
ptr_ram = (uptr)PicoMem.ram;
\r
int i;
\r
\r
// M68k
\r