1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00

Make struct tegra_pmc not packed

This commit is contained in:
TuxSH 2018-05-20 01:40:23 +02:00
parent 64cdd2e63f
commit c820375a86
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
/**
* Definitions of the Tegra PMC.
*/
struct PACKED tegra_pmc {
struct tegra_pmc {
uint32_t cntrl;
uint32_t sec_disable;
uint32_t pmc_swrst;

View file

@ -29,7 +29,7 @@
/**
* Definitions of the Tegra PMC.
*/
struct PACKED tegra_pmc {
struct tegra_pmc {
uint32_t cntrl;
uint32_t sec_disable;
uint32_t pmc_swrst;