summaryrefslogtreecommitdiff
path: root/firmware/kernel.c
diff options
context:
space:
mode:
authorAndrew Ryabinin <ryabinin.a.a@gmail.com>2012-09-27 12:56:41 +0400
committerAndrew Ryabinin <ryabinin.a.a@gmail.com>2012-09-27 14:26:47 +0400
commit82d882e1e2870871371463025b9d0483da05707b (patch)
treefa0b0080286f3767c72fe5a6b5836bd644372db5 /firmware/kernel.c
parent1e5e022a39b7cff9aecdc3015938c9195b2338bf (diff)
downloadrockbox-82d882e1e2870871371463025b9d0483da05707b.tar.gz
rockbox-82d882e1e2870871371463025b9d0483da05707b.zip
Fix type cast for LCD_BUFF.
We should cast to (volatile uint32_t*) here, because attempt to refer to volatile object through use of an lvalue with non-volatile-qualified type will result in undefined behavior. Change-Id: I1b2e9688af11d3dcba518a5e31865d703b54b635
Diffstat (limited to 'firmware/kernel.c')
0 files changed, 0 insertions, 0 deletions