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
2018-04-26 20:45:11 -07:00
2018-01-17 23:54:38 -08:00

Banner

License

Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.

Credits

Atmosphère is currently being developed and maintained by SciresM, TuxSH, ktemkin and hexkyz.
In no particular order, we credit the following for their invaluable contributions:

  • switchbrew for the libnx project and the extensive documentation, research and tool development pertaining to the Nintendo Switch.
  • devkitPro for the devkitA64 toolchain and libnx support.
  • ReSwitched Team for additional documentation, research and tool development pertaining to the Nintendo Switch.
  • naehrwert for the hekate project and its hwinit code base.
  • hedgeberg for research and hardware testing.
  • lioncash for code cleanup and general improvements.
  • jaames for designing and providing Atmosphère's graphical resources.
  • Everyone who submitted entries for Atmosphère's splash design contest.
  • All those who actively contribute to the Atmosphère repository.
Description
Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.
Readme GPL-2.0 31 MiB
Languages
C++ 89.6%
C 7.1%
Makefile 1.7%
Assembly 1.2%
Python 0.4%