dynarmic/src
Lioncash b5bf890584 load_store_*: Make bracing consistent and variables const where applicable
Makes bracing consistent, and variables const where applicable to be
consistent with the rest of the codebase.

In most bracing cases, they'd need to be added to conditionals that
would involve checking stack pointer alignment in the future anyways.
2020-04-22 21:01:44 +01:00
..
backend/x64 general: Replace unreachable-imitating assertions with UNREACHABLE() 2020-04-22 21:01:43 +01:00
common common/fp/op/FPRecipExponent: Prevent undefined behavior from shifting a negative value 2020-04-22 21:00:47 +01:00
frontend load_store_*: Make bracing consistent and variables const where applicable 2020-04-22 21:01:44 +01:00
ir_opt ir_opt/verification_pass: Mark locals as const where applicable 2020-04-22 21:01:40 +01:00
CMakeLists.txt CMakeLists: Allow importing dynarmic build trees into other CMake projects 2020-04-22 21:00:47 +01:00