Atmosphere/stratosphere
Léo Lam cf50bad36c ipc_templating: Avoid depending on order of evaluation (#83)
f(x, x++) is unspecified behaviour in C++. An implementation could
evaluate arguments from left to right or from right to left.

`T(r.Buffers[a_index], r.BufferSizes[a_index++])` might
access the wrong buffer if `a_index++` is evaluated before the first
argument.

Fixes -Wsequence-point warnings
2018-05-05 11:41:08 -07:00
..
boot Boot: Implement initial GPIO configuration 2018-05-03 22:34:45 +01:00
boot2 Stratosphère: Simplify some for loops (#76) 2018-05-03 16:24:34 -07:00
libstratosphere ipc_templating: Avoid depending on order of evaluation (#83) 2018-05-05 11:41:08 -07:00
loader Stratosphère: Simplify some for loops (#76) 2018-05-03 16:24:34 -07:00
pm ProcessManager: Add pm:info, fix pm:shell missing qualifiers 2018-05-04 20:16:40 -06:00
sm Stratosphère: Simplify some for loops (#76) 2018-05-03 16:24:34 -07:00