Closed mokus0 closed 9 years ago
Looks like some nightly fallout in native build; looks like an easy fix but it's a bit late in the evening for me to start pulling a new rust. I don't mind taking care of it, but it'll be no sooner than tomorrow evening (US/Pacific time)
Turns out I had a few minutes before work. Fixed build on my system, let's see if Travis agrees.
Adding a few more nightly fixes as a separate PR (#340 - stuff broke again since this PR) and rebasing this one on top of that one.
Fixed a few issues with
ioregs!
generated code:#[repr(C)]
.#[inline(always)]
, yielding in one case a code size reduction from "doesn't fit in 128KB" to less than 200 bytes.Update
struct would cause the bits to be ORed together instead of the second one replacing the first.