We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5352fa commit 87087faCopy full SHA for 87087fa
.travis.yml
@@ -2,7 +2,7 @@ language: rust
2
3
matrix:
4
include:
5
- - rust: beta
+ - rust: stable
6
- rust: nightly
7
8
install:
ci/exceptions/app/app.objdump
@@ -90,9 +90,9 @@ __aeabi_memset:
90
fc: adds r3, r0, r1
91
fe: adds r1, #0x4
92
100: cmp lr, r1
93
- 102: strb r2, [r3, #0x1]
+ 102: strb r2, [r3, #0x3]
94
104: strb r2, [r3, #0x2]
95
- 106: strb r2, [r3, #0x3]
+ 106: strb r2, [r3, #0x1]
96
108: bne #-0x12 <__aeabi_memset+0x1c>
97
10a: cmp.w r12, #0x0
98
10e: pop.w {r7, lr}
ci/smallest-no-std/app.size
@@ -1,2 +1,2 @@
1
- text data bss dec hex filename
- 0 0 0 0 0 app
+ text data bss dec hex filename
+ 0 0 0 0 0 app
0 commit comments