Atmosphere/stratosphere/libstratosphere
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
..
include ipc_templating: Avoid depending on order of evaluation (#83) 2018-05-05 11:41:08 -07:00
source ProcessManager: Implement core process management logic. 2018-05-03 23:58:37 -06:00
.gitignore Stratosphere: extract common code to libstratosphere. 2018-04-21 20:31:06 -06:00
Makefile Stratosphere: extract common code to libstratosphere. 2018-04-21 20:31:06 -06:00