From 9f45bb4d7e25f81aac121c9e190c0975552bbb31 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 24 Feb 2019 22:17:27 -0500 Subject: [PATCH] Fixed IPC issues with bsdRead. --- nx/source/services/bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/bsd.c b/nx/source/services/bsd.c index 14991cfd..7102c578 100644 --- a/nx/source/services/bsd.c +++ b/nx/source/services/bsd.c @@ -797,7 +797,7 @@ ssize_t bsdRead(int fd, void *buf, size_t count) { u64 magic; u64 cmd_id; int fd; - } *raw; + } PACKED *raw; raw = ipcPrepareHeader(&c, sizeof(*raw));