forked from len0rd/rockbox
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 | ||