LookingGlass/common
Quantum a9241f6710 [common] debug: add DEBUG_UNREACHABLE() macro
This lets us mark code as unreachable and signals the compiler that this
is the case with __builtin_unreachable().

We also mark DEBUG_FATAL as unreachable.
2021-08-14 12:19:07 +10:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [common] debug: add DEBUG_UNREACHABLE() macro 2021-08-14 12:19:07 +10:00
src [common] array: add ALIGN_PAD macro for common logic 2021-08-14 08:05:29 +10:00
CMakeLists.txt [common] rects: refactor rect buffer copy code to common module 2021-08-08 08:30:11 +10:00