mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Left shifts are not defined in C if they would cause signed overflow, so these expressions get instrumented, which makes them unusable as switch values and triggers compile errors when compiling with UBSan. Change-Id: I0588d4be1e00ba1cfde0eac119ead368b20d10c9 |
||
|---|---|---|
| .. | ||
| corelock.h | ||
| kernel.h | ||
| mrsw_lock.h | ||
| mutex.h | ||
| queue.h | ||
| semaphore.h | ||
| thread.h | ||
| tick.h | ||
| timeout.h | ||