dynarmic/src/frontend
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
..
A32 general: Replace unreachable-imitating assertions with UNREACHABLE() 2020-04-22 21:01:43 +01:00
A64 load_store_*: Make bracing consistent and variables const where applicable 2020-04-22 21:01:44 +01:00
decoder decoders: Cast to correctly-sized type before shifting 2020-04-22 20:55:50 +01:00
ir general: Replace unreachable-imitating assertions with UNREACHABLE() 2020-04-22 21:01:43 +01:00