Skip to content

Commit

Permalink
Use PACKED for raw in _binderTransactParcelAuto.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed Mar 5, 2019
1 parent 18a4351 commit 966d554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/source/display/binder.c
Expand Up @@ -134,7 +134,7 @@ static Result _binderTransactParcelAuto(
s32 session_id;
u32 code;
u32 flags;
} *raw;
} PACKED *raw;

ipcAddSendSmart(&c, b->ipc_buffer_size, parcel_data, parcel_data_size, 0);
ipcAddRecvSmart(&c, b->ipc_buffer_size, parcel_reply, parcel_reply_size, 0);
Expand Down

0 comments on commit 966d554

Please sign in to comment.