commit | 578dfc51b842807eef9237ba67cd51be08288e4e | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Jan 18 09:46:52 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Tue Jan 22 09:24:06 2019 -0800 |
tree | c32e1244ce82ded47b9e4415a7a3c7de344ebbe0 | |
parent | fac0713b434302609814c79908d8f1ccbf41b55b [diff] |
tools: lpc configuration structure is packed Pack the configuration structure. Change-Id: Ib0a2ad82c0afae2a1883a492b60da286a8776dd7 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/lpc.hpp b/tools/lpc.hpp index 3363c01..21c776d 100644 --- a/tools/lpc.hpp +++ b/tools/lpc.hpp
@@ -15,7 +15,7 @@ std::uint32_t address; /* Size of the chunk to be mapped. */ std::uint32_t length; -}; +} __attribute__((packed)); class LpcDataHandler : public DataInterface {